mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 19:36:16 +02:00
3 lines
87 B
SQL
3 lines
87 B
SQL
ALTER TABLE shopping_lists
|
|
ADD shopping_location_id REFERENCES shopping_locations(id);
|