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
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,6 @@ return array(
'Charge cycles count' => 'Charge cycles count',
'Create shopping list item' => 'Create shopping list item',
'Edit shopping list item' => 'Edit shopping list item',
'#1 units were automatically added and will apply in addition to the amount entered here' => '#1 units were automatically added and will apply in addition to the amount entered here',
'Save' => 'Save',
'Add' => 'Add',
'Name' => 'Name',

View File

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