From e5de8b53b82bb99acbba2f03c09e26b367a146c4 Mon Sep 17 00:00:00 2001 From: Alexander Buntakov Date: Thu, 10 Jun 2021 20:16:19 +0300 Subject: [PATCH] review fixes --- .../resources/settings/db/changelog/db.changelog-master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings-spring-jpa/src/main/resources/settings/db/changelog/db.changelog-master.yaml b/settings-spring-jpa/src/main/resources/settings/db/changelog/db.changelog-master.yaml index 6826945..2643ea3 100644 --- a/settings-spring-jpa/src/main/resources/settings/db/changelog/db.changelog-master.yaml +++ b/settings-spring-jpa/src/main/resources/settings/db/changelog/db.changelog-master.yaml @@ -20,7 +20,7 @@ databaseChangeLog: primaryKeyName: PK_SYSTEM_SETTINGS - column: name: value - type: VARCHAR(1024) + type: NVARCHAR(1024) constraints: nullable: false - column: