summaryrefslogtreecommitdiff
path: root/app/Schema/Postgres.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema/Postgres.php')
-rw-r--r--app/Schema/Postgres.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Schema/Postgres.php b/app/Schema/Postgres.php
index fd7ecb57..8054340c 100644
--- a/app/Schema/Postgres.php
+++ b/app/Schema/Postgres.php
@@ -18,6 +18,8 @@ function version_99(PDO $pdo)
PRIMARY KEY(email, token)
)
");
+
+ $pdo->exec("DELETE FROM settings WHERE \"option\"='application_datetime_format'");
}
function version_98(PDO $pdo)