Changeset 358 for trunk/admin/aggiornadb.php
- Timestamp:
- Feb 22, 2022, 10:40:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/aggiornadb.php
r357 r358 122 122 $ret=aggiorna($sql,$dbi,'',$num); 123 123 } 124 124 if(!controllo($prefix.'_ele_operatori','id_circ',++$num)) 125 { 126 $sql="ALTER TABLE `".$prefix."_ele_operatori` ADD `id_circ` INT(11) NOT NULL DEFAULT 0 AFTER `aid`"; 127 $ret=aggiorna($sql,$dbi,'',$num); 128 } 129 if(!controllo($prefix.'_ele_operatori','id_circ',++$num)) 130 { 131 $sql="ALTER TABLE `".$prefix."_ele_operatori` ADD `id_sez` INT(11) NOT NULL DEFAULT 0 AFTER `id_circ`"; 132 $ret=aggiorna($sql,$dbi,'',$num); 133 } 125 134 if(!controllo($prefix.'_ele_voti_lista','num_lista',++$num)) 126 135 { … … 318 327 $ret=aggiorna_index($sql,$dbi,$sql2,++$num); 319 328 329 $sql="ALTER TABLE `".$prefix."_ele_consultazione` ADD UNIQUE `descrizione` (`descrizione`(100))"; 330 $ret=aggiorna_index($sql,$dbi,$sql2,++$num); 320 331 321 332 ?>
Note:
See TracChangeset
for help on using the changeset viewer.