Last change
on this file since 229 was 226, checked in by roby, 10 years ago |
client: modifica menu del tema facebook per visualizzare i comuni con tutte le consultazioni chiuse
admin: modifiche per la nuova gestione dei controlli di congruità
|
File size:
404 bytes
|
Line | |
---|
1 |
|
---|
2 | DROP TABLE IF EXISTS `soraldo_ele_controllosez`;
|
---|
3 |
|
---|
4 |
|
---|
5 |
|
---|
6 | CREATE TABLE `soraldo_ele_controllosez` (
|
---|
7 | `id_sez` int(11) NOT NULL DEFAULT '0',
|
---|
8 | `id_cons` int(11) DEFAULT NULL,
|
---|
9 | `stato_aff` int(1) DEFAULT NULL,
|
---|
10 | `stato_val` int(1) DEFAULT NULL,
|
---|
11 | `stato_gru` int(1) DEFAULT NULL,
|
---|
12 | `stato_lis` int(1) DEFAULT NULL,
|
---|
13 | `stato_can` int(1) DEFAULT NULL,
|
---|
14 | `status` int(1) DEFAULT '0',
|
---|
15 | PRIMARY KEY (`id_sez`)
|
---|
16 | );
|
---|
Note:
See
TracBrowser
for help on using the repository browser.