Changeset 257 for trunk/install


Ignore:
Timestamp:
Apr 28, 2017, 11:31:47 PM (7 years ago)
Author:
roby
Message:

admin: modificata la gestione del voto disgiunto

File:
1 edited

Legend:

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

    r253 r257  
    361361  `vismf` ENUM( '0', '1' ) NOT NULL DEFAULT '0',
    362362  `solo_gruppo` enum('0', '1') NOT NULL default '0',
     363  `disgiunto` enum('0', '1') NOT NULL default '0',
    363364  PRIMARY KEY  (`id_cons`),
    364365  UNIQUE KEY `comune` (`id_comune`,`id_cons_gen`)
Note: See TracChangeset for help on using the changeset viewer.