create content hash index

This commit is contained in:
Athou
2013-07-10 15:38:23 +02:00
parent 10e033559f
commit 244261917c

View File

@@ -267,5 +267,11 @@
<column name="crawlingPaused" valueBoolean="false"></column>
</update>
</changeSet>
<changeSet author="athou" id="add-content-hash-index">
<createIndex tableName="FEEDS" indexName="last_content_hash_index">
<column name="lastContentHash"></column>
</createIndex>
</changeSet>
</databaseChangeLog>