diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-28 11:37:43 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-28 11:37:43 -0500 |
commit | c185d2415695a3b40154ba359395e20c64851f77 (patch) | |
tree | c275697ce9514f4a8af174fb89920f13d5bbff83 /app/Schema/Sqlite.php | |
parent | 9357b3a4ec64fbcca58967d0319065de7d363560 (diff) |
Update SQL exports
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) |