Drop the league id column

This commit is contained in:
2024-01-26 21:50:28 -06:00
parent 8b8c6a000b
commit 5df67dfe74

View File

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