mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Added recipe position groups (references #77)
This commit is contained in:
@@ -38,3 +38,6 @@ LEFT JOIN recipes_nestings_resolved rnr
|
||||
LEFT JOIN recipes_fulfillment rf
|
||||
ON rnr.includes_recipe_id = rf.recipe_id
|
||||
GROUP BY r.id;
|
||||
|
||||
ALTER TABLE recipes_pos
|
||||
ADD ingredient_group TEXT;
|
||||
|
Reference in New Issue
Block a user