Fixed dbversion in SQL/Froxlor.php

Signed-off-by: Patrik Kernstock <patrik@kernstock.net>
This commit is contained in:
Patrik Kernstock
2019-12-31 22:30:54 +01:00
parent 6799a56ba1
commit 7f83ad31f4
2 changed files with 2 additions and 2 deletions

View File

@@ -703,7 +703,7 @@ opcache.interned_strings_buffer'),
('panel', 'customer_hide_options', ''),
('panel', 'is_configured', '0'),
('panel', 'version', '0.10.10'),
('panel', 'db_version', '201912310');
('panel', 'db_version', '201912312');
DROP TABLE IF EXISTS `panel_tasks`;

View File

@@ -10,7 +10,7 @@ final class Froxlor
const VERSION = '0.10.10';
// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '201912310';
const DBVERSION = '201912312';
// Distribution branding-tag (used for Debian etc.)
const BRANDING = '';