index for entry lookup

This commit is contained in:
Athou
2013-07-27 17:22:31 +02:00
parent 6d396e1982
commit 223c2f464e
3 changed files with 18 additions and 7 deletions

View File

@@ -111,5 +111,14 @@
<dropIndex tableName="FEEDS" indexName="urlHash_index" />
<dropColumn tableName="FEEDS" columnName="urlHash" />
</changeSet>
<changeSet author="athou" id="create-guid-feed-index">
<createIndex tableName="FEEDENTRIES" indexName="guidHash_feed_index">
<column name="guidHash" />
<column name="feed_id" />
</createIndex>
<dropIndex tableName="FEEDENTRIES" indexName="guidHash_index" />
</changeSet>
</databaseChangeLog>