Skip to content

Commit

Permalink
BZ-1049238 - Optimize DDL scripts for production use (indexes, ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisv committed Feb 20, 2015
1 parent 0602128 commit aeff4be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jbpm-installer/db/ddl-scripts/db2/db2-jbpm-schema.sql
Expand Up @@ -644,7 +644,6 @@
create index IDX_NotBAs_Task ON Notification_BAs(task_id);
create index IDX_NotRec_Entity ON Notification_Recipients(entity_id);
create index IDX_NotRec_Task ON Notification_Recipients(task_id);
create index IDX_NotEmail_Header ON Notification_email_header(emailHeaders_id);
create index IDX_NotEmail_Not ON Notification_email_header(Notification_id);
create index IDX_PAsBAs_Entity ON PeopleAssignments_BAs(entity_id);
create index IDX_PAsBAs_Task ON PeopleAssignments_BAs(task_id);
Expand Down
Expand Up @@ -699,7 +699,6 @@
create index IDX_NotBAs_Task ON Notification_BAs(task_id);
create index IDX_NotRec_Entity ON Notification_Recipients(entity_id);
create index IDX_NotRec_Task ON Notification_Recipients(task_id);
create index IDX_NotEmail_Header ON Notification_email_header(emailHeaders_id);
create index IDX_NotEmail_Not ON Notification_email_header(Notification_id);
create index IDX_PAsBAs_Entity ON PeopleAssignments_BAs(entity_id);
create index IDX_PAsBAs_Task ON PeopleAssignments_BAs(task_id);
Expand Down

0 comments on commit aeff4be

Please sign in to comment.