set dbversion

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-05-23 15:21:25 +02:00
parent c1f03c1683
commit 2e6b939ec6
3 changed files with 3 additions and 3 deletions

View File

@@ -744,7 +744,7 @@ opcache.validate_timestamps'),
('panel', 'logo_overridecustom', '0'),
('panel', 'settings_mode', '0'),
('panel', 'version', '2.0.19'),
('panel', 'db_version', '202304260');
('panel', 'db_version', '202305230');
DROP TABLE IF EXISTS `panel_tasks`;

View File

@@ -498,5 +498,5 @@ if (Froxlor::isDatabaseVersion('202304260')) {
Database::query("ALTER TABLE `" . TABLE_PANEL_DOMAINS . "` DROP COLUMN `ismainbutsubto`;");
Update::lastStepStatus(0);
Froxlor::updateToDbVersion('202305231');
Froxlor::updateToDbVersion('202305230');
}