diff options
Diffstat (limited to 'app/Schema/Sqlite.php')
-rw-r--r-- | app/Schema/Sqlite.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Schema/Sqlite.php b/app/Schema/Sqlite.php index a726a572..87630b1a 100644 --- a/app/Schema/Sqlite.php +++ b/app/Schema/Sqlite.php @@ -18,6 +18,8 @@ function version_110(PDO $pdo) PRIMARY KEY(email, token) ) "); + + $pdo->exec("DELETE FROM settings WHERE \"option\"='application_datetime_format'"); } function version_109(PDO $pdo) |