Remove missing translation and improve database migration for #149

This commit is contained in:
Bernd Bestel
2019-01-26 14:12:18 +01:00
parent 5c622b9512
commit 9e139e2b73
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
PRAGMA legacy_alter_table = ON;
ALTER TABLE shopping_list RENAME TO shopping_list_old;
CREATE TABLE shopping_list (