From c3a781db792e8552944d92cbb39c0f966ce8855f Mon Sep 17 00:00:00 2001 From: david Date: Wed, 11 May 2011 10:24:52 +0000 Subject: [PATCH] Tarea #601 -> Nuevos estados y transiciones para un candidato -> rectificaciones git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@57 e2b1556b-49f8-d141-9351-52d6861a72d9 --- src/database/selfor.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/database/selfor.sql b/src/database/selfor.sql index 18d1b8e..6759685 100644 --- a/src/database/selfor.sql +++ b/src/database/selfor.sql @@ -152,10 +152,12 @@ INSERT INTO `candidatos_transiciones` (`inicial`, `final`, `transicion`, `rol`) (510, 522, 0, '1.4'), (510, 523, 0, '1.4'), (510, 530, 0, '1.4'), +(510, 540, 0, '1.4'), (521, 510, 0, '1.4'), (522, 510, 0, '1.4'), (523, 510, 0, '1.4'), -(530, 510, 0, '1.4'); +(530, 510, 0, '1.4'), +(540, 510, 0, '1.4'); -- -------------------------------------------------------- @@ -164,7 +166,7 @@ INSERT INTO `candidatos_transiciones` (`inicial`, `final`, `transicion`, `rol`) -- CREATE TABLE IF NOT EXISTS `candidato_pedido` ( - `oid` varchar(8) COLLATE latin1_spanish_ci NOT NULL, + `oid` int(10) unsigned NOT NULL AUTO_INCREMENT, `candidato` bigint(20) unsigned NOT NULL, `pedido` varchar(8) COLLATE latin1_spanish_ci NOT NULL, `afinidad` float NOT NULL,