mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Added localization support
This commit is contained in:
11
migrations/0021.sql
Normal file
11
migrations/0021.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
DELETE FROM locations
|
||||
WHERE name = 'DefaultLocation';
|
||||
|
||||
DELETE FROM quantity_units
|
||||
WHERE name = 'DefaultQuantityUnit';
|
||||
|
||||
DELETE FROM products
|
||||
WHERE name = 'DefaultProduct1';
|
||||
|
||||
DELETE FROM products
|
||||
WHERE name = 'DefaultProduct2';
|
Reference in New Issue
Block a user