2022.09-rc
hauke 2015-04-16 21:07:46 +02:00
rodzic 0d61e462fe
commit 00cbc383f5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -159,7 +159,7 @@ function update_structure($verbose, $action, $tables=null, $definition=null) {
$sql3 = "ALTER TABLE `".$name."` ".$sql2;
else
$sql3 .= ", ".$sql2;
}
}
// Compare the field structure field by field
foreach ($structure["fields"] AS $fieldname => $parameters) {