Skip to content

Commit

Permalink
#446 indexes for grscicoll search
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Nov 15, 2024
1 parent 9321883 commit b289f22
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">

<changeSet id="151" author="mlopez" runInTransaction="false">
<sql splitStatements="false" stripComments="true">
<![CDATA[
CREATE INDEX institution_collection_contact_idx ON institution_collection_contact(institution_key);
CREATE INDEX collection_collection_contact_idx ON collection_collection_contact(collection_key);
]]>
</sql>
</changeSet>
</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,5 @@
<include file="liquibase/148-primary-identifier-grscicoll.xml" />
<include file="liquibase/149-taxon-fields-collection-descriptors.xml" />
<include file="liquibase/150-similar-name-list-function.xml" />
<include file="liquibase/151-indexes-collections-contacts.xml" />
</databaseChangeLog>

0 comments on commit b289f22

Please sign in to comment.