Changeset 139 for trunk/install


Ignore:
Timestamp:
May 6, 2012, 8:53:42 PM (12 years ago)
Author:
roby
Message:

Modifiche per gestione Legge regione Sicilia 2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/sql/eleonline.sql

    r93 r139  
    301301  `supminpremio` int(3) NOT NULL,
    302302  `infminpremio` int(3) NOT NULL,
     303  `infdisgiunto` enum('0','1') NOT NULL DEFAULT '0',
     304  `supdisgiunto` enum('0','1') NOT NULL DEFAULT '0',
    303305  PRIMARY KEY  (`id_conf`)
    304306) ENGINE=MyISAM DEFAULT CHARSET=latin1;
     
    311313/*!40000 ALTER TABLE `soraldo_ele_conf` DISABLE KEYS */;
    312314LOCK TABLES `soraldo_ele_conf` WRITE;
    313 INSERT INTO `soraldo_ele_conf` VALUES (1,'Legge Italiana 267/2000',3,'1',67,3,60,3,'1','1',40,40),(2,'Regione Sicilia precedente al 2008',2,'0',67,3,60,3,'1','1',40,40),(3,'Regione Sicilia Legge n. 22 del 16/12/2008',2,'0',67,5,60,3,'1','0',40,40);
     315INSERT INTO `soraldo_ele_conf` VALUES
     316(1, 'Legge Italiana 267/2000', 3, '1', 67, 3, 60, 3, '1', '1', 40, 40, '0', '0'),
     317(2, 'Regione Sicilia precedente al 2008', 2, '0', 67, 3, 60, 3, '1', '1', 40, 40, '0', '0'),
     318(3, 'Regione Sicilia Legge n. 22 del 16/12/2008', 2, '0', 67, 5, 60, 3, '1', '0', 40, 40, '0', '0'),
     319(4, 'Regione Sicilia Legge n.6/2011', 5, '1', 67, 5, 60, 5, '1', '1', 40, 40, '1', '1');
    314320UNLOCK TABLES;
    315321/*!40000 ALTER TABLE `soraldo_ele_conf` ENABLE KEYS */;
     
    409415LOCK TABLES `soraldo_ele_fasce` WRITE;
    410416/*!40000 ALTER TABLE `soraldo_ele_fasce` DISABLE KEYS */;
    411 INSERT INTO `soraldo_ele_fasce` VALUES (1,3000,'2000-01-01','2010-12-31',12),(2,10000,'2000-01-01','2010-12-31',16),(3,15000,'2000-01-01','2010-12-31',20),(4,30000,'2000-01-01','2010-12-31',20),(5,100000,'2000-01-01','2010-12-31',30),(6,250000,'2000-01-01','2010-12-31',40),(7,500000,'2000-01-01','2010-12-31',46),(8,1000000,'2000-01-01','2010-12-31',50),(9,100000000,'2000-01-01','2010-12-31',60),(4,30000,'2011-01-01','0000-00-00',16),(1,3000,'2011-01-01','0000-00-00',9),(2,10000,'2011-01-01','0000-00-00',12),(3,15000,'2011-01-01','0000-00-00',16),(5,100000,'2011-01-01','0000-00-00',24),(6,250000,'2011-01-01','0000-00-00',32),(7,500000,'2011-01-01','0000-00-00',36),(8,1000000,'2011-01-01','0000-00-00',40),(9,100000000,'2011-01-01','0000-00-00',48);
     417INSERT INTO `soraldo_ele_fasce` VALUES
     418(1, 3000, '2000-01-01', '2010-12-31', 12),
     419(2, 10000, '2000-01-01', '2010-12-31', 16),
     420(3, 15000, '2000-01-01', '2010-12-31', 20),
     421(4, 30000, '2000-01-01', '2010-12-31', 20),
     422(5, 100000, '2000-01-01', '2010-12-31', 30),
     423(6, 250000, '2000-01-01', '2010-12-31', 40),
     424(7, 500000, '2000-01-01', '2010-12-31', 46),
     425(8, 1000000, '2000-01-01', '2010-12-31', 50),
     426(9, 100000000, '2000-01-01', '2010-12-31', 60),
     427(4, 30000, '2011-01-01', '2011-09-14', 16),
     428(1, 3000, '2011-01-01', '2011-09-14', 9),
     429(2, 10000, '2011-01-01', '2011-09-14', 12),
     430(3, 15000, '2011-01-01', '2011-09-14', 16),
     431(5, 100000, '2011-01-01', '2011-09-14', 24),
     432(6, 250000, '2011-01-01', '2011-09-14', 32),
     433(7, 500000, '2011-01-01', '2011-09-14', 36),
     434(8, 1000000, '2011-01-01', '2011-09-14', 40),
     435(9, 100000000, '2011-01-01', '2011-09-14', 48),
     436(1, 1000, '2011-09-15', '0000-00-00', 6),
     437(2, 3000, '2011-09-15', '0000-00-00', 6),
     438(3, 5000, '2011-09-15', '0000-00-00', 7),
     439(4, 10000, '2011-09-15', '0000-00-00', 10),
     440(5, 15000, '2011-09-15', '0000-00-00', 16),
     441(6, 30000, '2011-09-15', '0000-00-00', 16),
     442(7, 100000, '2011-09-15', '0000-00-00', 24),
     443(8, 250000, '2011-09-15', '0000-00-00', 32),
     444(9, 500000, '2011-09-15', '0000-00-00', 36),
     445(10, 1000000, '2011-09-15', '0000-00-00', 40),
     446(11, 100000000, '2011-09-15', '0000-00-00', 48);
    412447/*!40000 ALTER TABLE `soraldo_ele_fasce` ENABLE KEYS */;
    413448UNLOCK TABLES;
     
    741776  `contestati_lista` int(7) NOT NULL default '0',
    742777  `voti_nulli_lista` int(7) NOT NULL default '0',
     778  `bianchi_lista` int(7) NOT NULL DEFAULT '0',
     779  `nulli_lista` int(7) NOT NULL DEFAULT '0',
    743780  UNIQUE KEY `id_sezi` (`id_sez`),
    744781  KEY `id_cons` (`id_cons`),
Note: See TracChangeset for help on using the changeset viewer.