db.upgrade-scripts.derby.bpms-6.3-to-6.4.sql Maven / Gradle / Ivy
-- These indexes were added later to the 6.3 install DDL SQL and may possibly already be present on your system
-- create index IDX_VInstLog_pInstId on VariableInstanceLog(processInstanceId);
-- create index IDX_VInstLog_varId on VariableInstanceLog(variableId);
-- create index IDX_VInstLog_pId on VariableInstanceLog(processId);
-- create index IDX_NInstLog_pInstId on NodeInstanceLog(processInstanceId);
-- create index IDX_NInstLog_nodeType on NodeInstanceLog(nodeType);
-- create index IDX_NInstLog_pId on NodeInstanceLog(processId);