[DB] Update DB Version to 22032022_1330

For SOGo 5.5.1 and newer
This commit is contained in:
Niklas Meyer 2022-03-22 13:32:08 +01:00 committed by DerLinkman
parent 2b149fb8ea
commit 67882414e1

View File

@ -3,7 +3,7 @@ function init_db_schema() {
try {
global $pdo;
$db_version = "18012022_1020";
$db_version = "22032022_1330";
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));