mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
support more languages
This commit is contained in:
parent
403d094a3d
commit
b9acc4ecf8
@ -1 +1 @@
|
|||||||
db.version=11
|
db.version=12
|
@ -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';
|
@ -1,3 +1,3 @@
|
|||||||
api.current_version=${project.version}
|
api.current_version=${project.version}
|
||||||
api.min_version=1.0
|
api.min_version=1.0
|
||||||
db.version=11
|
db.version=12
|
@ -1,3 +1,3 @@
|
|||||||
api.current_version=${project.version}
|
api.current_version=${project.version}
|
||||||
api.min_version=1.0
|
api.min_version=1.0
|
||||||
db.version=11
|
db.version=12
|
@ -1,3 +1,3 @@
|
|||||||
api.current_version=${project.version}
|
api.current_version=${project.version}
|
||||||
api.min_version=1.0
|
api.min_version=1.0
|
||||||
db.version=11
|
db.version=12
|
Loading…
Reference in New Issue
Block a user