Ignore:
Timestamp:
Mar 12, 2018, 8:53:21 PM (6 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r247 r253  
    100100/*!40000 ALTER TABLE `soraldo_config` DISABLE KEYS */;
    101101LOCK TABLES `soraldo_config` WRITE;
    102 INSERT INTO `soraldo_config` VALUES ('','http://www.fonte-nuova.it','','Sito istituzionale','Maggio 2009','admin@localhost','facebook','<b>Comune di Menfi</b><br>\r\nvia  - 84023 Menfi (Ag)\r\nTel:  Fax: \r\n<hr>','it','1','','','','Gpl v3',2,0,84023,'1','1','','','0','1','1','Admin');
     102INSERT INTO `soraldo_config` VALUES ('','http://www.fonte-nuova.it','','Sito istituzionale','Maggio 2009','admin@localhost','facebook','<b>Comune di Menfi</b><br>\r\nvia  - 84023 Menfi (Ag)\r\nTel:  Fax: \r\n<hr>','it','1','','','','Gpl v3',2,0,84023,'1','1','0','','0','1','1','Admin');
    103103UNLOCK TABLES;
    104104/*!40000 ALTER TABLE `soraldo_config` ENABLE KEYS */;
     
    747747  `id_cons_gen` int(11) NOT NULL default '0',
    748748  `orario` time NOT NULL default '00:00:00',
    749   `data` date NOT NULL default '0000-00-00',
     749  `data` date NOT NULL,
    750750  KEY `id_cons_gen` (`id_cons_gen`)
    751751) ENGINE=MyISAM DEFAULT CHARSET=latin1;
     
    989989  `id_parz` int(11) NOT NULL auto_increment,
    990990  `orario` time NOT NULL default '00:00:00',
    991   `data` date NOT NULL default '0000-00-00',
     991  `data` date NOT NULL,
    992992  `voti_uomini` int(7) NOT NULL default '0',
    993993  `voti_donne` int(7) NOT NULL default '0',
Note: See TracChangeset for help on using the changeset viewer.