mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
9 lines
243 B
MySQL
9 lines
243 B
MySQL
|
/* Community edition */
|
||
|
|
||
|
-- Performance indexes
|
||
|
CREATE INDEX idx_action_6 ON dmz_action (c_orgid,c_reftypeid,c_reftype);
|
||
|
|
||
|
CREATE INDEX idx_action_7 ON dmz_action (c_orgid,c_refid);
|
||
|
|
||
|
CREATE INDEX idx_section_5 ON dmz_section (c_orgid,c_refid);
|