source: trunk/sql/aggiornamento-2.0_2016-01-30.sql@ 247

Last change on this file since 247 was 247, checked in by luc, 8 years ago

Aggiornato Google Maps e sistemato in amministrazione la scelta del tema.
Solo per l'upgrade temete conto del file di aggirnamento del databalse presente nella dir sql con il nome aggiornamento-2.0_2016-01-30.sql.

File size: 301 bytes
Line 
1ALTER TABLE `soraldo_ele_comuni` ADD `cap` TEXT;
2DROP TABLE IF EXISTS `soraldo_ele_temi`;
3CREATE TABLE IF NOT EXISTS `soraldo_ele_temi` (
4 `id` int(11) NOT NULL AUTO_INCREMENT,
5 `tema` varchar(20) NOT NULL DEFAULT '',
6 PRIMARY KEY (`id`)
7) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
8
Note: See TracBrowser for help on using the repository browser.