rt-sim-training-service/sql/20201203.sql

8 lines
159 B
MySQL
Raw Normal View History

2020-12-03 11:01:50 +08:00
ALTER TABLE `training`
ADD INDEX `map_id` (`map_id`);
2020-12-03 19:19:24 +08:00
alter table company drop column managers;
alter table sys_user drop foreign key FK_sys_user_company;