source: trunk/sql/widget.sql@ 354

Last change on this file since 354 was 223, checked in by luciano, 10 years ago

Admin: aggiornati gli update sql
il file sql/update_2014.php vi aiuta ad aggiornare tutti gli ultimi sql del 2014

  • Property svn:executable set to *
File size: 1012 bytes
Line 
1DROP TABLE IF EXISTS `soraldo_ele_widget`;
2CREATE TABLE `soraldo_ele_widget` (
3 `id` int(10) NOT NULL auto_increment,
4 `nome_file` varchar(255) NOT NULL default '',
5 `titolo` varchar(255) NOT NULL default '',
6 `pos_or` int(1) NOT NULL default '1',
7 `pos_ver` int(3) NOT NULL default '0',
8 `attivo` int(1) NOT NULL default '0',
9 PRIMARY KEY (`id`)
10) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
11
12
13INSERT INTO `soraldo_ele_widget` VALUES (1,'00_affluenze.php','00_affluenze.php',0,0,1),(2,'01_votanti.php','01_votanti.php',1,0,0),(3,'02_risultati.php','02_risultati.php',0,0,1),(4,'04_sezioni.php','04_sezioni.php',1,0,0),(5,'bar_affluenze.php','bar_affluenze.php',1,0,0),(6,'bloccocand.php','bloccocand.php',1,0,0),(7,'bloccogen.php','bloccogen.php',1,0,0),(8,'bloccolink.php','bloccolink.php',1,0,0),(9,'bloccoref.php','bloccoref.php',1,0,0),(10,'gom_affluenze.php','gom_affluenze.php',0,0,1),(11,'off_Votanti.php','off_Votanti.php',0,0,1),(12,'pie_affluenze.php','pie_affluenze.php',1,0,0);
14
Note: See TracBrowser for help on using the repository browser.