From dca95ae1f6aed4de1cb29f020f91228926c5a6ad Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 8 Feb 2024 21:22:17 +0100 Subject: [PATCH] fix dupe line --- data/create_strucure.surrealql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/create_strucure.surrealql b/data/create_strucure.surrealql index 2881cfb..26b6c2d 100644 --- a/data/create_strucure.surrealql +++ b/data/create_strucure.surrealql @@ -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; @@ -73,4 +72,4 @@ DEFINE TABLE OrderContainsIngredients SCHEMALESS; DEFINE FIELD quantity ON TABLE OrderContainsIngredients TYPE int; DEFINE FIELD `order` ON TABLE OrderContainsIngredients TYPE record; -DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record; \ No newline at end of file +DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record;