Correct SQL in INSTALLER
This commit is contained in:
parent
aad6fa31c6
commit
def22582e3
|
@ -366,7 +366,7 @@ function InstallDB_updateSchema($db_config)
|
||||||
$count_modify ++;
|
$count_modify ++;
|
||||||
}
|
}
|
||||||
if (!empty($row_data['def_modify'])) {
|
if (!empty($row_data['def_modify'])) {
|
||||||
$sql_modify .= "MODIFY COLUMN {$row_fld} SET DEFAULT {$row_data['def_modify']}, ";
|
$sql_modify .= "ALTER COLUMN {$row_fld} SET DEFAULT '{$row_data['def_modify']}', ";
|
||||||
$count_modify ++;
|
$count_modify ++;
|
||||||
}
|
}
|
||||||
if (!empty($row_data['drop'])) {
|
if (!empty($row_data['drop'])) {
|
||||||
|
|
Loading…
Reference in a new issue