lahmanlite/sql/appearances.sql

4 lines
61 B
MySQL
Raw Normal View History

2024-01-26 19:27:58 +00:00
begin;
alter table "appearances" drop column "lgID";
commit;