Updated DB Schemata + reverted escape HTML of alert boxes

This commit is contained in:
DerLinkman
2022-12-23 14:47:27 +01:00
parent ea1eb48596
commit aa7888c37d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ function init_db_schema() {
try {
global $pdo;
$db_version = "17112022_2115";
$db_version = "23122022_1445";
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));