Browse Source

[DB] Update DB Version to 22032022_1330

For SOGo 5.5.1 and newer
Niklas Meyer 3 năm trước cách đây
mục cha
commit
67882414e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data/web/inc/init_db.inc.php

+ 1 - 1
data/web/inc/init_db.inc.php

@@ -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));