去掉不必要的sql
This commit is contained in:
parent
4f6e140a31
commit
a936283c40
@ -1,4 +1,2 @@
|
|||||||
alter table sys_user
|
alter table sys_user
|
||||||
add org_id bigint null comment '所属组织id' after account;
|
add org_id bigint null comment '所属组织id' after account;
|
||||||
|
|
||||||
ALTER TABLE `org` DROP COLUMN `code`;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user