Changeset 398 for trunk/admin/modules
- Timestamp:
- Sep 29, 2023, 3:54:18 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/aggiornadb.php
r396 r398 228 228 { 229 229 $sql="ALTER TABLE `".$prefix."_ele_operatori` ADD `id_sez` INT(11) NOT NULL DEFAULT 0 AFTER `id_circ`"; 230 $ret=aggiorna($sql,$dbi,'',$num); 231 }else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_ele_operatori non richiede questo aggiornamento</span><br>"; 232 233 if(!controllo($prefix.'_ele_temi','id',++$num)) 234 { 235 $sql="ALTER TABLE `".$prefix."_ele_temi` ADD `id` INT(11) NOT NULL AUTO_INCREMENT FIRST, ADD PRIMARY KEY (`id`)"; 230 236 $ret=aggiorna($sql,$dbi,'',$num); 231 237 }else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_ele_operatori non richiede questo aggiornamento</span><br>";
Note:
See TracChangeset
for help on using the changeset viewer.