lahmanlite/sql/2nf/homegames.sql

4 lines
65 B
PL/PgSQL

begin;
alter table "homegames" drop column "league.key";
commit;