浏览代码

[DB] Update DB Version to remove pipemess parameters

DerLinkman 3 年之前
父节点
当前提交
97df5c3b9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {
   try {
     global $pdo;
     global $pdo;
 
 
-    $db_version = "02052022_1500";
+    $db_version = "19052022_1541";
 
 
     $stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
     $stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
     $num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
     $num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));