Merge pull request #2694 from DevTek314/master

Increase db version for merge #2594
This commit is contained in:
André Peters 2019-06-09 12:15:16 +02:00 committed by GitHub
commit 4999842f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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