fix default value of partie

Springboot
Victor SOULIER 1 year ago
parent 3a3f7f4107
commit c40b54eef7

@ -245,7 +245,7 @@ VALUES
-- Partie -- Partie
INSERT INTO Partie(codeInvitation, idJeu, idDifficulte) VALUES ('abcde', 1, 2); 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