Uninstall with purge won't clear all tables and indexes

-fixed
This commit is contained in:
Martin Konecny 2013-05-06 17:12:48 -04:00
parent 1895686c85
commit 582ddf7f40
2 changed files with 23 additions and 7 deletions

View file

@ -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);
}
/**