Skip to content

Commit

Permalink
Add missing index to Oracle migration DDL from 4.10 to 2016.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Jan 18, 2017
1 parent 8a5efc5 commit 3aeb58e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ CREATE TABLE orbeon_i_control_text (
val CLOB NOT NULL,
FOREIGN KEY (data_id) REFERENCES orbeon_form_data(id)
);

CREATE UNIQUE INDEX orbeon_i_current_i1 ON orbeon_i_current (data_id);

0 comments on commit 3aeb58e

Please sign in to comment.