fix erreur de syntaxe

Springboot
Victor SOULIER 1 year ago
parent c40b54eef7
commit ec83e38920

@ -245,7 +245,7 @@ VALUES
-- Partie -- 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); INSERT INTO PartieKahoot(idPartie) VALUES (1);
-- Utilisateurs -- Utilisateurs

Loading…
Cancel
Save