Drop the league id column

This commit is contained in:
Nick Griffey 2024-01-26 21:50:28 -06:00
parent 8b8c6a000b
commit 5df67dfe74
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
begin;
alter table fieldingofsplit drop column "lgID";
commit;