support more languages

This commit is contained in:
Benjamin Gamard 2017-10-31 21:16:46 +01:00
parent 403d094a3d
commit b9acc4ecf8
5 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
db.version=11
db.version=12

View File

@ -0,0 +1,2 @@
alter table T_DOCUMENT alter column DOC_LANGUAGE_C set varchar(7) default 'eng' not null;
update T_CONFIG set CFG_VALUE_C = '12' where CFG_ID_C = 'DB_VERSION';

View File

@ -1,3 +1,3 @@
api.current_version=${project.version}
api.min_version=1.0
db.version=11
db.version=12

View File

@ -1,3 +1,3 @@
api.current_version=${project.version}
api.min_version=1.0
db.version=11
db.version=12

View File

@ -1,3 +1,3 @@
api.current_version=${project.version}
api.min_version=1.0
db.version=11
db.version=12