source: trunk/sql/aggiornamento-2.0_2017-04-28.sql@ 260

Last change on this file since 260 was 260, checked in by roby, 7 years ago

ritocchi e correzioni alla precedente rev

File size: 271 bytes
Line 
1alter table `soraldo_ele_voti_lista` add column `solo_lista` int(7) default 0;
2ALTER TABLE `soraldo_ele_cons_comune` ADD COLUMN `disgiunto` enum('0', '1') NOT NULL default '0';
3alter table `soraldo_ele_voti_lista` add column `nulli_lista` int(7) default 0 after `voti`;
Note: See TracBrowser for help on using the repository browser.