From ec83e38920454bb49b40be52ccbd8fad6a29585d Mon Sep 17 00:00:00 2001 From: visoulier Date: Sun, 31 Mar 2024 00:50:45 +0100 Subject: [PATCH] fix erreur de syntaxe --- SpringBootProject/src/main/resources/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBootProject/src/main/resources/schema.sql b/SpringBootProject/src/main/resources/schema.sql index 5e30951..7ba7671 100644 --- a/SpringBootProject/src/main/resources/schema.sql +++ b/SpringBootProject/src/main/resources/schema.sql @@ -245,7 +245,7 @@ VALUES -- Partie -INSERT INTO Partie(codeInvitation, idJeu, idDifficulte, status) VALUES ('abcde', 1, 2, "Pending"); +INSERT INTO Partie(codeInvitation, idJeu, idDifficulte, status) VALUES ('abcde', 1, 2, 'Pending'); INSERT INTO PartieKahoot(idPartie) VALUES (1); -- Utilisateurs