db: bumped version to newer timestamp

This commit is contained in:
DerLinkman 2024-01-08 14:43:25 +01:00
parent efab11720d
commit 6ab45cf668
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -3,7 +3,7 @@ function init_db_schema() {
try { try {
global $pdo; global $pdo;
$db_version = "21122023_1526"; $db_version = "08012024_1442";
$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));