[DB] Update DB Version to remove pipemess parameters
(cherry picked from commit 97df5c3b9c
)
This commit is contained in:
parent
8d9102aa08
commit
552f09f48a
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user