Skip to content

Commit

Permalink
chimera: create missing index i_dirs_iparent
Browse files Browse the repository at this point in the history
speedups remove operation

Acked-by: Albert Rossi
Acked-by: Paul Millar
Target: master, 2.6, 2.7, 2.8, 2.9, 2.10
Require-book: no
Require-notes: yes
(cherry picked from commit 1db22cf)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  • Loading branch information
kofemann committed Aug 21, 2014
1 parent f42c649 commit 874994d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,17 @@
</createIndex>
</changeSet>

<changeSet author="tigran" id="1.1">
<preConditions>
<not>
<indexExists indexName="i_dirs_ipnfsid"/>
</not>
</preConditions>
<createIndex indexName="i_dirs_ipnfsid" tableName="t_dirs" unique="false">
<column name="ipnfsid"/>
</createIndex>
</changeSet>

<changeSet author="tigran" id="2">
<!--
populate db if empty
Expand Down

0 comments on commit 874994d

Please sign in to comment.