From 7b70f0c8542a7a869130b612c8c753854ac4b2a1 Mon Sep 17 00:00:00 2001
From: Gwendal Margely <gwendal.margely.etu@univ-lille.fr>
Date: Sat, 16 Mar 2024 21:00:53 +0100
Subject: [PATCH] =?UTF-8?q?=C3=A9fillup=20example=20for=20ingredients?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 META-INF/fill.sql | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 META-INF/fill.sql

diff --git a/META-INF/fill.sql b/META-INF/fill.sql
new file mode 100644
index 0000000..8a84cf0
--- /dev/null
+++ b/META-INF/fill.sql
@@ -0,0 +1,21 @@
+INSERT INTO TABLE ingredients(id,nom,price) VALUES  (1,'jambon',2.00),
+                                                (2,'poivrons',3.00),
+                                                (3,'mozzarella',2.50),
+                                                (4,'lardons',2.20),
+                                                (5,'miel',3.50),
+                                                (6,'chorizo',4.00),
+                                                (7,'olives',2.00),
+                                                (8,'basilic',3.50),
+                                                (9,'ail',2.50),
+                                                (10,'champignons',5.00),
+                                                (11,'artichauts',3.00),
+                                                (12,'provolone', 7.00),
+                                                (13,'parmesan',7.00),
+                                                (14,'gorgonzola',7.00),
+                                                (15,'roquefort',7.00),
+                                                (16,'reblochon',7.00),
+                                                (17,'aubergine',3.00),
+                                                (18,'chorizo',4.00),
+                                                (19,'creme fraiche',1.00),
+                                                (20,'sauce tomate',1.00);
+
-- 
GitLab