去掉不必要的sql

This commit is contained in:
joylink_zhangsai 2021-04-02 15:28:56 +08:00
parent 4f6e140a31
commit a936283c40

View File

@ -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`;