From f9560d0665e01d5d722500aa9e9d12e25b73afc5 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 10 Jan 2023 09:15:24 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/api-rest/initBdd.php b/api-rest/initBdd.php index 6b77a1e..25f3add 100644 --- a/api-rest/initBdd.php +++ b/api-rest/initBdd.php @@ -178,9 +178,6 @@ ADD CONSTRAINT `t_j_play_match_plm_ibfk_2` FOREIGN KEY (`FK_MATCH`) REFERENCES ` $conn->query("ALTER TABLE `T_S_USER_USR` ADD CONSTRAINT `t_s_user_usr_ibfk_1` FOREIGN KEY (`FK_CURRENT_SKIN`) REFERENCES `T_H_SKIN_SKI` (`PK_ID`);"); - -$conn->query(""); - $conn->query("INSERT INTO `T_J_GAME_MAP_GMP` (`FK_GAME`, `GMP_KEY`, `GMP_VALUE`) VALUES (1, 0, 0), (1, 100, 25),