readded repice ingredients

This commit is contained in:
Johannes Jöns 2024-02-08 23:16:30 +01:00
parent b1a37544d5
commit 94bb010fc9

View file

@ -730,3 +730,153 @@ CREATE OrderContainsIngredients CONTENT {
order: Order:3005, order: Order:3005,
ingredient: Ingredient:1012 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,
};