mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Add additional SQL Server indexes
This commit is contained in:
parent
589f3f581f
commit
a32510b8e6
1 changed files with 6 additions and 0 deletions
6
core/database/scripts/sqlserver/db_00010.sql
Normal file
6
core/database/scripts/sqlserver/db_00010.sql
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
/* 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);
|
Loading…
Add table
Add a link
Reference in a new issue