From f46e10e11ccbb18e37b76e42e6d4b9de9d57cdd6 Mon Sep 17 00:00:00 2001 From: Benjamin Gamard Date: Tue, 31 Oct 2017 21:20:22 +0100 Subject: [PATCH] support more languages --- docs-core/src/main/resources/db/update/dbupdate-012-0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-core/src/main/resources/db/update/dbupdate-012-0.sql b/docs-core/src/main/resources/db/update/dbupdate-012-0.sql index 2b6b2ef3..4cc23461 100644 --- a/docs-core/src/main/resources/db/update/dbupdate-012-0.sql +++ b/docs-core/src/main/resources/db/update/dbupdate-012-0.sql @@ -1,2 +1,2 @@ -alter table T_DOCUMENT alter column DOC_LANGUAGE_C set varchar(7) default 'eng' not null; +alter table T_DOCUMENT alter column DOC_LANGUAGE_C varchar(7) default 'eng' not null; update T_CONFIG set CFG_VALUE_C = '12' where CFG_ID_C = 'DB_VERSION';