From 361245ded50ce352728ac5a3ecfd824f21c702e8 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 11 May 2011 08:29:11 +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@54 e2b1556b-49f8-d141-9351-52d6861a72d9 --- src/database/selfor.sql | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/database/selfor.sql b/src/database/selfor.sql index 510767a..c69b4b5 100644 --- a/src/database/selfor.sql +++ b/src/database/selfor.sql @@ -182,7 +182,18 @@ CREATE TABLE `candidatos_transiciones` ( LOCK TABLES `candidatos_transiciones` WRITE; /*!40000 ALTER TABLE `candidatos_transiciones` DISABLE KEYS */; -INSERT INTO `candidatos_transiciones` VALUES (10,20,1020,'1.4'),(10,30,1030,''),(10,40,0,'1.4'),(10,50,1050,'1.4'),(20,10,2010,'1.4'),(20,60,1050,'1.4'),(30,10,3010,''),(30,20,3020,'1.4'),(30,70,1050,'1.4'),(40,10,0,'1.4'),(40,50,2010,'1.4'),(50,40,0,'1.4'),(50,60,1020,'1.4'),(50,70,0,''),(50,80,5080,'1.4'),(60,50,2010,'1.4'),(70,50,3010,''),(70,60,3020,'1.4'),(70,80,5080,'1.4'),(90,100,0,'1.4'),(90,110,0,'1.4'),(100,90,0,'1.4'),(100,110,0,'1.4'),(110,90,0,'1.4'); +INSERT INTO `candidatos_transiciones` VALUES (10,20,1020,'1.4'), +(10,30,1030,''),(10,40,0,'1.4'),(10,50,1050,'1.4'),(20,10,2010,'1.4'),(20,60,1050,'1.4'), +(30,10,3010,''),(30,20,3020,'1.4'),(30,70,1050,'1.4'),(40,10,0,'1.4'),(40,50,2010,'1.4'), +(50,40,0,'1.4'),(50,60,1020,'1.4'),(50,70,0,''),(50,80,5080,'1.4'),(60,50,2010,'1.4'), +(70,50,3010,''),(70,60,3020,'1.4'),(70,80,5080,'1.4'),(90,100,0,'1.4'), +(90,110,0,'1.4'),(100,90,0,'1.4'),(100,110,0,'1.4'),(110,90,0,'1.4'), +(510, 521, 0, '1.4'), +(510, 522, 0, '1.4'), +(510, 523, 0, '1.4'), +(510, 530, 0, '1.4'), +(521, 510, 0, '1.4'), +(522, 510, 0, '1.4'); /*!40000 ALTER TABLE `candidatos_transiciones` ENABLE KEYS */; UNLOCK TABLES;