1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00
documize/core/database/scripts/sqlserver/db_00010.sql

7 lines
155 B
MySQL
Raw Normal View History

2024-01-10 14:47:08 -05:00
/* 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);