drop rank column

This commit is contained in:
Nick Griffey 2024-01-27 13:02:19 -06:00
parent 02418b5f92
commit f2912360f5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
begin; begin;
alter table managers drop column "lgID"; alter table managers drop column "lgID";
alter table managers drop column "rank";
commit; commit;