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)) {
|
while ($process = DBA::fetch($processes)) {
|
||||||
$parts = explode(' ', $process['info']);
|
$parts = explode(' ', $process['info']);
|
||||||
if (strtolower(array_shift($parts)) == 'alter') {
|
if (in_array(strtolower(array_shift($parts)), ['alter', 'create', 'drop', 'rename'])) {
|
||||||
$isUpdate = true;
|
$isUpdate = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user