From e18aec54b2f48088b7ce6b736d1b1747b1a2a25e Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 10 Jan 2023 13:30:49 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'api-rest/initBdd.p?= =?UTF-8?q?hp'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-rest/initBdd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-rest/initBdd.php b/api-rest/initBdd.php index 82b2dde..901443e 100644 --- a/api-rest/initBdd.php +++ b/api-rest/initBdd.php @@ -209,7 +209,7 @@ $conn->query("INSERT INTO `T_S_USER_USR` (`PK_ID`, `USR_USERNAME`, `USR_PASSWORD (1, 'to', 't', 'Anglais(e)', 'M', '2003-07-01', 105, 230, 12, 1);"); $conn->query("INSERT INTO `T_J_OWN_SKIN_OWN` (`FK_USER`, `FK_SKIN`) VALUES -(1, 1) +(1, 1), (1, 2);");