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';