diff --git a/localization/en/strings.php b/localization/en/strings.php index fb1380c4..dae23098 100644 --- a/localization/en/strings.php +++ b/localization/en/strings.php @@ -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', diff --git a/migrations/0048.sql b/migrations/0048.sql index 566edf99..61911285 100644 --- a/migrations/0048.sql +++ b/migrations/0048.sql @@ -1,3 +1,5 @@ +PRAGMA legacy_alter_table = ON; + ALTER TABLE shopping_list RENAME TO shopping_list_old; CREATE TABLE shopping_list (