From 1634a486fc51990d6aa13feda17942c3641db953 Mon Sep 17 00:00:00 2001 From: Aiko Appeldorn Date: Sun, 9 Jun 2019 12:08:23 +0200 Subject: [PATCH] [web] increased db version --- data/web/inc/init_db.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/inc/init_db.inc.php b/data/web/inc/init_db.inc.php index 1c000204..ea6fe15d 100644 --- a/data/web/inc/init_db.inc.php +++ b/data/web/inc/init_db.inc.php @@ -3,7 +3,7 @@ function init_db_schema() { try { global $pdo; - $db_version = "04052019_1210"; + $db_version = "09062019_1208"; $stmt = $pdo->query("SHOW TABLES LIKE 'versions'"); $num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));