From fffc4e4c48dabe6946b28eaf242acbf27f3f6d41 Mon Sep 17 00:00:00 2001 From: rmj26 <96696482+rmj26@users.noreply.github.com> Date: Sun, 22 May 2022 22:01:23 +0100 Subject: [PATCH] Update drop_9.sql --- drop_9.sql | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drop_9.sql b/drop_9.sql index 4e82231..430f808 100644 --- a/drop_9.sql +++ b/drop_9.sql @@ -9,8 +9,6 @@ DROP CONSTRAINT ck_game_name; ALTER TABLE rounds DROP CONSTRAINT ck_achievement_name; -ALTER TABLE prizes -DROP CONSTRAINT ck_achievement_name; ALTER TABLE sponsors DROP CONSTRAINT ck_sponsor_type @@ -36,8 +34,7 @@ DROP CONSTRAINT ck_player_name; --foreign key ALTER TABLE game_participants -DROP CONSTRAINT fk_gp_games -DROP CONSTRAINT fk_gp_tournament_participants; +DROP CONSTRAINT fk_gp_games; ALTER TABLE statistics DROP CONSTRAINT fk_s_games; @@ -131,7 +128,7 @@ DROP SEQUENCE seq_sponsors; DROP SEQUENCE seq_tournament_participants; -DROP SEQUENCE seq_tournament; +DROP SEQUENCE seq_tournaments; DROP SEQUENCE seq_categories;