aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/liquibase/test-changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-test/src/test/resources/liquibase/test-changelog.yaml')
-rw-r--r--integration-test/src/test/resources/liquibase/test-changelog.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-test/src/test/resources/liquibase/test-changelog.yaml b/integration-test/src/test/resources/liquibase/test-changelog.yaml
index f9e2e2faf..3f1233145 100644
--- a/integration-test/src/test/resources/liquibase/test-changelog.yaml
+++ b/integration-test/src/test/resources/liquibase/test-changelog.yaml
@@ -150,7 +150,7 @@ databaseChangeLog:
constraints:
nullable: false
name: dataspace_id
- type: BIGINT
+ type: INTEGER
tableName: schema_set
- changeSet:
id: 1-6
@@ -232,12 +232,12 @@ databaseChangeLog:
constraints:
nullable: false
name: schema_set_id
- type: BIGINT
+ type: INTEGER
- column:
constraints:
nullable: false
name: yang_resource_id
- type: BIGINT
+ type: INTEGER
tableName: schema_set_yang_resources
- changeSet:
id: 1-10