From e33578ec7d606d6410893e62fbad7089f3819663 Mon Sep 17 00:00:00 2001 From: Yannis Devos <yannis.devos.etu@univ-lille.fr> Date: Fri, 7 Mar 2025 11:17:41 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20d'un=20utilisateur=20de=20test=20nomm?= =?UTF-8?q?=C3=A9=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/data.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/data.sql b/sql/data.sql index 0f18418..53a30d8 100644 --- a/sql/data.sql +++ b/sql/data.sql @@ -1,7 +1,8 @@ INSERT INTO userAccount (username, password) VALUES ('toto', 'totopwd123'), ('tata', 'tatapwd'), ('titi', 'lepwdDeTiti'), - ('tutu', '1234567890'); + ('tutu', '1234567890'), + ('test', 'test'); INSERT INTO thread VALUES (1, 2, 'Gaming'), -- GitLab