increase DB version for db-updates

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p) 2016-05-18 13:27:56 +02:00
parent 83fa0059de
commit b4c7fb574c
2 changed files with 2 additions and 2 deletions

View File

@ -3372,5 +3372,5 @@ if (isDatabaseVersion('201605170')) {
Database::query("ALTER TABLE `panel_customers` ADD `dnsenabled` tinyint(1) NOT NULL default '0' AFTER `perlenabled`;");
lastStepStatus(0);
updateToDbVersion('201605170');
updateToDbVersion('201605180');
}

View File

@ -19,7 +19,7 @@
$version = '0.9.36';
// Database version (YYYYMMDDC where C is a daily counter)
$dbversion = '201605170';
$dbversion = '201605180';
// Distribution branding-tag (used for Debian etc.)
$branding = '';