diff options
Diffstat (limited to 'app/Schema/Mysql.php')
-rw-r--r-- | app/Schema/Mysql.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Schema/Mysql.php b/app/Schema/Mysql.php index fe376018..7771440e 100644 --- a/app/Schema/Mysql.php +++ b/app/Schema/Mysql.php @@ -18,6 +18,8 @@ function version_120(PDO $pdo) PRIMARY KEY(email, token) ) ENGINE=InnoDB CHARSET=utf8 "); + + $pdo->exec("DELETE FROM settings WHERE `option`='application_datetime_format'"); } function version_119(PDO $pdo) |