Create Base and Sample Performance Integration Tests
[cps.git] / integration-test / src / test / resources / liquibase / test-changelog.yaml
index 0c881b8..47d9907 100644 (file)
@@ -353,19 +353,6 @@ databaseChangeLog:
                   name: schema_node_id
             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