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
b9acc4ecf8
commit
f46e10e11c
@ -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';
|
update T_CONFIG set CFG_VALUE_C = '12' where CFG_ID_C = 'DB_VERSION';
|
||||||
|
Loading…
Reference in New Issue
Block a user