All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.upgrade-scripts.h2.bpms-7.0-to-7.1.sql Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
create index IDX_AuditTaskImpl_taskId on AuditTaskImpl(taskId);
create index IDX_AuditTaskImpl_pInstId on AuditTaskImpl(processInstanceId);
create index IDX_AuditTaskImpl_workItemId on AuditTaskImpl(workItemId);
create index IDX_AuditTaskImpl_name on AuditTaskImpl(name);
create index IDX_AuditTaskImpl_processId on AuditTaskImpl(processId);
create index IDX_AuditTaskImpl_status on AuditTaskImpl(status);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy