forked from github/dataease
Merge pull request #2188 from dataease/pr@dev@refactor_sequence
refactor: 删除定时任务相关表重复的索引
This commit is contained in:
commit
c60b869d7a
@ -161,3 +161,11 @@ RETURN 'success';
|
||||
END
|
||||
;;
|
||||
delimiter ;
|
||||
|
||||
ALTER TABLE `qrtz_triggers`
|
||||
DROP INDEX `IDX_QRTZ_T_G`,
|
||||
DROP INDEX `IDX_QRTZ_T_STATE`,
|
||||
DROP INDEX `IDX_QRTZ_T_NFT_MISFIRE`;
|
||||
|
||||
ALTER TABLE `qrtz_fired_triggers`
|
||||
DROP INDEX `IDX_QRTZ_FT_TRIG_INST_NAME`;
|
||||
|
Loading…
Reference in New Issue
Block a user