From b45b5cbeebb1aa2c3d168ff130f6cb95d7a8d0dc Mon Sep 17 00:00:00 2001 From: Yannis Devos <yannis.devos.etu@univ-lille.fr> Date: Fri, 7 Mar 2025 11:14:43 +0100 Subject: [PATCH] sql --- sql/data.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/data.sql b/sql/data.sql index 6e68f6d..0f18418 100644 --- a/sql/data.sql +++ b/sql/data.sql @@ -1,7 +1,7 @@ -INSERT INTO userAccount VALUES (1, 'toto', 'totopwd123'), - (2, 'tata', 'tatapwd'), - (3, 'titi', 'lepwdDeTiti'), - (4, 'tutu', '1234567890'); +INSERT INTO userAccount (username, password) VALUES ('toto', 'totopwd123'), + ('tata', 'tatapwd'), + ('titi', 'lepwdDeTiti'), + ('tutu', '1234567890'); INSERT INTO thread VALUES (1, 2, 'Gaming'), -- GitLab