Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <changeSet id="add_report_definition_uuid_index" author="mgoodrich">
- <preConditions onFail="MARK_RAN">
- <not>
- <indexExists indexName="report_definition_uuid_for_reporting_report_design" />
- </not>
- </preConditions>
- <createIndex tableName="reporting_report_design" indexName="report_definition_uuid_for_reporting_report_design">
- <column name="report_definition_uuid" />
- </createIndex>
- </changeSet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement