We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ed5b4 + 29bc9d5 commit 66b5f53Copy full SHA for 66b5f53
install/sql/core.afterstartup.sql.template
@@ -1,5 +1,8 @@
1
--- CWS PROCESS STATUS SUPPORT
+-- Create indices that help with proc_inst_changed trigger performance
2
+CREATE INDEX PARENT_ACT_INST_ID_ ON ACT_HI_ACTINST (`PARENT_ACT_INST_ID_`);
3
+CREATE INDEX ACT_TYPE_ ON ACT_HI_ACTINST (`ACT_TYPE_`);
4
5
+-- CWS PROCESS STATUS SUPPORT
6
CREATE TABLE IF NOT EXISTS `cws_proc_inst_status` (
7
`id` INT NOT NULL AUTO_INCREMENT,
8
`proc_inst_id` VARCHAR(255) NOT NULL,
0 commit comments