CC-5089:
Uninstall with purge won't clear all tables and indexes -fixed
This commit is contained in:
parent
1895686c85
commit
582ddf7f40
2 changed files with 23 additions and 7 deletions
|
@ -115,7 +115,7 @@ class AirtimeInstall
|
|||
|
||||
public static function DropSequence($p_sequenceName)
|
||||
{
|
||||
AirtimeInstall::InstallQuery("DROP SEQUENCE IF EXISTS $p_sequenceName");
|
||||
AirtimeInstall::InstallQuery("DROP SEQUENCE IF EXISTS $p_sequenceName", false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue