diff --git a/database/selfor.sql b/database/selfor.sql index 510767a..c69b4b5 100644 --- a/database/selfor.sql +++ b/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;