Skip to content

Commit

Permalink
increase migrations verion
Browse files Browse the repository at this point in the history
  • Loading branch information
marekfilip committed Aug 12, 2024
1 parent e185d7e commit c85661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/web/inc/init_db.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function init_db_schema() {
try {
global $pdo;

$db_version = "26022024_1433";
$db_version = "26022024_1434";

$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
Expand Down

0 comments on commit c85661d

Please sign in to comment.