mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-10 10:40:15 +02:00
Change DB Date to newer Date than staging
This commit is contained in:
parent
fa0d2a959d
commit
3029a2d33d
@ -3,7 +3,7 @@ function init_db_schema() {
|
||||
try {
|
||||
global $pdo;
|
||||
|
||||
$db_version = "02052022_1500";
|
||||
$db_version = "17052022_1525";
|
||||
|
||||
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
|
||||
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
|
||||
|
Loading…
Reference in New Issue
Block a user