Skip to content

Commit

Permalink
[DB] Update DB Version to remove pipemess parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed May 19, 2022
1 parent 33e5ad2 commit 97df5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/web/inc/init_db.inc.php
Expand Up @@ -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));
Expand Down

0 comments on commit 97df5c3

Please sign in to comment.