For SOGo 5.5.1 and newer
@@ -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));