lahmanlite/sql/appearances.sql

4 lines
61 B
PL/PgSQL

begin;
alter table "appearances" drop column "lgID";
commit;