diff --git a/META-INF/fill.sql b/META-INF/fill.sql
new file mode 100644
index 0000000000000000000000000000000000000000..8a84cf0c613a1dd41c5275c738ace5e8743ca93e
--- /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);
+