Minor and temp. workaround for panel

This commit is contained in:
andryyy
2017-04-23 19:37:45 +02:00
parent 686df83a34
commit 53b6662aea
3 changed files with 59 additions and 156 deletions

View File

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