1
0
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:
DerLinkman 2022-05-19 15:42:13 +02:00
parent 33e5ad2b5c
commit 97df5c3b9c

View File

@ -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));