mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-02-03 13:22:17 +02:00
[DB] Update DB Version to remove pipemess parameters
This commit is contained in:
parent
33e5ad2b5c
commit
97df5c3b9c
@ -3,7 +3,7 @@ function init_db_schema() {
|
||||
try {
|
||||
global $pdo;
|
||||
|
||||
$db_version = "02052022_1500";
|
||||
$db_version = "19052022_1541";
|
||||
|
||||
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
|
||||
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
|
||||
|
Loading…
x
Reference in New Issue
Block a user