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