From 3649d5fa36c6abb95439cade9f48601dec39ef4c Mon Sep 17 00:00:00 2001 From: rmj26 <96696482+rmj26@users.noreply.github.com> Date: Sun, 22 May 2022 21:22:11 +0100 Subject: [PATCH] Update drop_9.sql --- drop_9.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drop_9.sql b/drop_9.sql index 1630ba6..805258e 100644 --- a/drop_9.sql +++ b/drop_9.sql @@ -36,7 +36,7 @@ DROP CONSTRAINT ck_player_name; --foreign key ALTER TABLE game_participants -DROP CONSTRAINT fk_games; +DROP CONSTRAINT fk_games DROP CONSTRAINT fk_tournament_participants; ALTER TABLE statistics