mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Remove missing translation and improve database migration for #149
This commit is contained in:
@@ -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',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
PRAGMA legacy_alter_table = ON;
|
||||
|
||||
ALTER TABLE shopping_list RENAME TO shopping_list_old;
|
||||
|
||||
CREATE TABLE shopping_list (
|
||||
|
Reference in New Issue
Block a user