Browse Source

Update init_db.inc.php

André Peters 5 years ago
parent
commit
be9af6fb2a
1 changed files with 1 additions and 1 deletions
  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 = "29092019_1040";
+    $db_version = "09102019_1040";
 
     $stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
     $num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));