1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Add additional indexes for SQL Server

This commit is contained in:
Harvey Kandola 2023-07-24 11:11:39 -04:00
parent 3d1c8a6c54
commit 6c218cf087

View file

@ -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);