Compare commits

..

5 commits

Author SHA1 Message Date
898d24b680 fix struct 2024-02-09 00:30:54 +01:00
1d7a9c7ab1 add more suplyers 2024-02-08 23:21:25 +01:00
94bb010fc9 readded repice ingredients 2024-02-08 23:16:30 +01:00
b1a37544d5 fix datetime 2024-02-08 23:03:52 +01:00
0d10773d5e sortdata 2024-02-08 22:59:36 +01:00
2 changed files with 448 additions and 314 deletions

View file

@ -71,5 +71,5 @@ DEFINE FIELD ingredient ON TABLE SupplierContainsIngredients TYPE record<Ingredi
DEFINE TABLE OrderContainsIngredients SCHEMALESS;
DEFINE FIELD quantity ON TABLE OrderContainsIngredients TYPE int;
DEFINE FIELD `order` ON TABLE OrderContainsIngredients TYPE record<Order>;
DEFINE FIELD order ON TABLE OrderContainsIngredients TYPE record<Order>;
DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record<Ingredient>;

File diff suppressed because it is too large Load diff