diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2023-03-09 13:01:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-09 13:01:12 +0000 |
commit | a4127d6ac902bb430ef11b7844ba3a328bfb1d5b (patch) | |
tree | 6aa1a6d921a9990aaf07cdace506f42d14830e9b /integration-test/src/test/resources/liquibase/test-changelog.yaml | |
parent | f8c4cb6e3be9af6d6395b03bfae4056b5af89a9d (diff) | |
parent | 0133eb03c09c6142b4a98047d00b0145a934dd45 (diff) |
Merge "Create Base and Sample Performance Integration Tests"
Diffstat (limited to 'integration-test/src/test/resources/liquibase/test-changelog.yaml')
-rw-r--r-- | integration-test/src/test/resources/liquibase/test-changelog.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/integration-test/src/test/resources/liquibase/test-changelog.yaml b/integration-test/src/test/resources/liquibase/test-changelog.yaml index 0c881b802e..47d99072c3 100644 --- a/integration-test/src/test/resources/liquibase/test-changelog.yaml +++ b/integration-test/src/test/resources/liquibase/test-changelog.yaml @@ -354,19 +354,6 @@ databaseChangeLog: indexName: FKI_SCHEMA_NODE_ID_TO_ID tableName: fragment - changeSet: - id: 1-21 - author: cps - changes: - - createIndex: - columns: - - column: - name: xpath - - column: - name: dataspace_id - indexName: UQ_FRAGMENT_XPATH - tableName: fragment - unique: true - - changeSet: id: 1-22 author: cps changes: |