3 lines
160 B
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; |