Added some more sql commands to the list
This commit is contained in:
parent
8e12edc375
commit
28e7564d79
|
@ -1079,7 +1079,7 @@ class DBStructure
|
|||
|
||||
while ($process = DBA::fetch($processes)) {
|
||||
$parts = explode(' ', $process['info']);
|
||||
if (strtolower(array_shift($parts)) == 'alter') {
|
||||
if (in_array(strtolower(array_shift($parts)), ['alter', 'create', 'drop', 'rename'])) {
|
||||
$isUpdate = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue