mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
5 lines
164 B
MySQL
5 lines
164 B
MySQL
|
/* 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);
|