Tarea #601 -> Nuevos estados y transiciones para un candidato -> rectificaciones

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@54 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
David Arranz 2011-05-11 08:29:11 +00:00
parent 09752d021c
commit c2c49dcf1b

View File

@ -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;