mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Add Freezer to locations 0095.sql
This commit is contained in:
parent
e89832c3aa
commit
93ed344f58
|
|
@ -35,3 +35,6 @@ FROM stock s
|
|||
JOIN locations l
|
||||
ON s.location_id = l.id
|
||||
GROUP BY s.product_id, s.location_id, l.name;
|
||||
|
||||
ALTER TABLE locations
|
||||
ADD freezer TINYINT DEFAULT 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user