DB update script 6

This commit is contained in:
jendib
2013-08-20 18:55:49 +02:00
parent 00b00f0d0c
commit 906de329ae
7 changed files with 17 additions and 3 deletions
@@ -1 +1 @@
db.version=5
db.version=6
@@ -0,0 +1,2 @@
alter table T_USER add column USE_PRIVATEKEY_C varchar(100) default '' not null;
update T_CONFIG set CFG_VALUE_C='6' where CFG_ID_C='DB_VERSION';