Update SQL exports

This commit is contained in:
Frederic Guillot
2017-01-28 11:37:43 -05:00
parent 9357b3a4ec
commit c185d24156
6 changed files with 44 additions and 9 deletions

View File

@@ -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)