From c185d2415695a3b40154ba359395e20c64851f77 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 Jan 2017 11:37:43 -0500 Subject: Update SQL exports --- app/Schema/Sqlite.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Schema/Sqlite.php') 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) -- cgit v1.2.3