#13: Fix performance issue

This commit is contained in:
jendib
2015-05-09 18:00:03 +02:00
parent ff994ce63b
commit 42320dc9b9
5 changed files with 6 additions and 5 deletions
@@ -1 +1 @@
db.version=8
db.version=9
@@ -0,0 +1,2 @@
create index IDX_ACL_COMPOSITE on T_ACL (ACL_SOURCEID_C, ACL_TARGETID_C, ACL_PERM_C, ACL_DELETEDATE_D);
update T_CONFIG set CFG_VALUE_C='9' where CFG_ID_C='DB_VERSION';