Advertisement
Guest User

Untitled

a guest
May 16th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <changeSet id="add_report_definition_uuid_index" author="mgoodrich">
  2. <preConditions onFail="MARK_RAN">
  3. <not>
  4. <indexExists indexName="report_definition_uuid_for_reporting_report_design" />
  5. </not>
  6. </preConditions>
  7. <createIndex tableName="reporting_report_design" indexName="report_definition_uuid_for_reporting_report_design">
  8. <column name="report_definition_uuid" />
  9. </createIndex>
  10. </changeSet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement