set db_version correctly everywhere

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-11-18 08:52:40 +01:00
parent ca2949da71
commit 1984aced9d
2 changed files with 2 additions and 2 deletions

View File

@@ -578,7 +578,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'version', '0.9.38'),
('panel', 'db_version', '201610070');
('panel', 'db_version', '201611180');
DROP TABLE IF EXISTS `panel_tasks`;