Skip to content

Commit

Permalink
CORE-2133: Add an index to product search table
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv committed Sep 29, 2017
1 parent e60e0bb commit a92b3d9
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -12,6 +12,13 @@
<foreign-key name="spy_product_search-fk_locale" foreignTable="spy_locale">
<reference local="fk_locale" foreign="id_locale"/>
</foreign-key>

<index name="spy_product_search-index-fk-product-fk-locale-is_searchable">
<index-column name="fk_product" />
<index-column name="fk_locale" />
<index-column name="is_searchable" />
</index>

<id-method-parameter value="spy_product_search_pk_seq"/>
</table>

Expand Down

0 comments on commit a92b3d9

Please sign in to comment.