[web] increased db version
parent
9325bb6f4e
commit
1634a486fc
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue