fix dupe line

This commit is contained in:
Johannes Jöns 2024-02-08 21:22:17 +01:00
parent 3df36ca6a0
commit dca95ae1f6

View file

@ -38,7 +38,6 @@ DEFINE FIELD protein ON TABLE Ingredient TYPE float;
DEFINE TABLE Order SCHEMALESS;
DEFINE FIELD invoice_amount ON TABLE Order TYPE float;
DEFINE FIELD net_price ON TABLE Order TYPE float;
DEFINE FIELD order_date ON TABLE Order TYPE string;
DEFINE FIELD customer ON TABLE Order TYPE record<Customer>;
@ -73,4 +72,4 @@ DEFINE TABLE OrderContainsIngredients SCHEMALESS;
DEFINE FIELD quantity ON TABLE OrderContainsIngredients TYPE int;
DEFINE FIELD `order` ON TABLE OrderContainsIngredients TYPE record<Order>;
DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record<Ingredient>;
DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record<Ingredient>;