mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
7 lines
155 B
MySQL
7 lines
155 B
MySQL
|
/* 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);
|