From 98f1135d76f98d1da5c36dc88e628562a8a43837 Mon Sep 17 00:00:00 2001 From: "victor.soulier" Date: Fri, 17 Nov 2023 09:18:27 +0100 Subject: [PATCH] =?UTF-8?q?ADD=20:=20Insert=20pour=20difficult=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/src/db.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/project/src/db.sql b/project/src/db.sql index 9dba4f8..6a626c7 100644 --- a/project/src/db.sql +++ b/project/src/db.sql @@ -158,4 +158,8 @@ CREATE TABLE Partie( ); -INSERT INTO Jeu(nom) VALUES ('Qui-est-ce ?'),('Kahoot'), ('Pendu'); \ No newline at end of file +-- INSERTS + +INSERT INTO Jeu(nom) VALUES ('Qui-est-ce ?'),('Kahoot'), ('Pendu'); + +INSERT INTO Difficulte(libelle) VALUES ('Facile'),('Intermédiaire'),('Difficile');