From 552f09f48aacda3a14238101c8a0f4c922ffe65f Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 19 May 2022 15:42:13 +0200 Subject: [PATCH] [DB] Update DB Version to remove pipemess parameters (cherry picked from commit 97df5c3b9c3b856aa08a88ea7c6a961dc749ace2) --- 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 225e2baf..8b0a9750 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 = "02052022_1500"; + $db_version = "19052022_1541"; $stmt = $pdo->query("SHOW TABLES LIKE 'versions'"); $num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));