mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
set default store for product, purchase set last store purchased if available or use product default (#672)
This commit is contained in:
@@ -11,6 +11,9 @@ ADD shopping_location_id INTEGER;
|
||||
ALTER TABLE stock
|
||||
ADD shopping_location_id INTEGER;
|
||||
|
||||
ALTER TABLE products
|
||||
ADD shopping_location_id INTEGER;
|
||||
|
||||
DROP VIEW stock_current_locations;
|
||||
CREATE VIEW stock_current_locations
|
||||
AS
|
||||
|
Reference in New Issue
Block a user