remove unused code and database-tables; set version to 0.9.31-dev1

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-07 18:49:16 +01:00
parent aec5eb9161
commit 26d9aa570c
4 changed files with 15 additions and 222 deletions

View File

@@ -2410,3 +2410,16 @@ if (isFroxlorVersion('0.9.30-rc1')) {
updateToVersion('0.9.30');
}
if (isFroxlorVersion('0.9.30')) {
showUpdateStep("Updating from 0.9.30 to 0.9.31-dev1", true);
lastStepStatus(0);
showUpdateStep("Removing unsused tables");
Database::query("DROP TABLE IF EXISTS `ipsandports_docrootsettings`;");
Database::query("DROP TABLE IF EXISTS `domain_docrootsettings`;");
lastStepStatus(0);
updateToVersion('0.9.31-dev1');
}