diff --git a/core/database/scripts/sqlserver/db_00008.sql b/core/database/scripts/sqlserver/db_00008.sql new file mode 100644 index 00000000..8cd69dcd --- /dev/null +++ b/core/database/scripts/sqlserver/db_00008.sql @@ -0,0 +1,4 @@ +/* Community edition */ + +-- Performance indexes +CREATE INDEX idx_action_5 ON dmz_action (c_orgid,c_userid,c_docid,c_actiontype,c_iscomplete,c_reftype,c_reftypeid);