forked from Archives/Athou_commafeed
create content hash index
This commit is contained in:
@@ -268,4 +268,10 @@
|
|||||||
</update>
|
</update>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
<changeSet author="athou" id="add-content-hash-index">
|
||||||
|
<createIndex tableName="FEEDS" indexName="last_content_hash_index">
|
||||||
|
<column name="lastContentHash"></column>
|
||||||
|
</createIndex>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
|
|||||||
Reference in New Issue
Block a user