drop rank column
This commit is contained in:
parent
02418b5f92
commit
f2912360f5
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue