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

Add additional SQL Server indexes

This commit is contained in:
Harvey Kandola 2024-01-10 14:47:08 -05:00
parent 589f3f581f
commit a32510b8e6

View file

@ -0,0 +1,6 @@
/* Community edition */
-- Performance indexes
CREATE INDEX idx_action_8 ON dmz_action (c_orgid,c_docid);
CREATE INDEX idx_user_3 ON dmz_user (c_refid);