mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Remove missing translation and improve database migration for #149
This commit is contained in:
parent
5c622b9512
commit
9e139e2b73
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user