forked from Archives/Athou_commafeed
create content hash index
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user