From 94bb010fc956e77181dab984fdcda1e4db7c9031 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 8 Feb 2024 23:16:30 +0100 Subject: [PATCH] readded repice ingredients --- data/data.surrealql | 150 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) diff --git a/data/data.surrealql b/data/data.surrealql index d73d556..2948477 100644 --- a/data/data.surrealql +++ b/data/data.surrealql @@ -730,3 +730,153 @@ CREATE OrderContainsIngredients CONTENT { order: Order:3005, ingredient: Ingredient:1012 }; + +CREATE RecipeContainsIngredients CONTENT { + amount: 3, + recipe: Recipe:4001, + ingredient: Ingredient:1001, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 2, + recipe: Recipe:4001, + ingredient: Ingredient:1002, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4001, + ingredient: Ingredient:1003, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4001, + ingredient: Ingredient:1004, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4001, + ingredient: Ingredient:1005, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4002, + ingredient: Ingredient:1003, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 2, + recipe: Recipe:4002, + ingredient: Ingredient:1004, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4002, + ingredient: Ingredient:1005, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4003, + ingredient: Ingredient:1002, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 2, + recipe: Recipe:4003, + ingredient: Ingredient:1004, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 2, + recipe: Recipe:4003, + ingredient: Ingredient:1005, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4003, + ingredient: Ingredient:1006, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4003, + ingredient: Ingredient:1007, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4003, + ingredient: Ingredient:1008, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4003, + ingredient: Ingredient:1009, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4004, + ingredient: Ingredient:1003, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 2, + recipe: Recipe:4004, + ingredient: Ingredient:1007, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4004, + ingredient: Ingredient:1010, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4005, + ingredient: Ingredient:1005, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4005, + ingredient: Ingredient:1006, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4005, + ingredient: Ingredient:1007, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 2, + recipe: Recipe:4005, + ingredient: Ingredient:1008, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4005, + ingredient: Ingredient:1009, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4005, + ingredient: Ingredient:1011, +}; + +CREATE RecipeContainsIngredients CONTENT { + amount: 1, + recipe: Recipe:4005, + ingredient: Ingredient:1012, +};