Explorar o código

Change DB Date to newer Date than staging

Niklas Meyer %!s(int64=3) %!d(string=hai) anos
pai
achega
3029a2d33d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = "02052022_1500";
+    $db_version = "17052022_1525";
 
     $stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
     $num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));