Files
gamenight/gamenight-database/migrations/2025-12-26-151242_add_location_to_owned_game/down.sql

3 lines
160 B
SQL

-- This file should undo anything in `up.sql`
alter table owned_game drop constraint FK_owned_games_location_id;
alter table owned_game drop column location_id;