mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
create content hash index
This commit is contained in:
@@ -267,5 +267,11 @@
|
|||||||
<column name="crawlingPaused" valueBoolean="false"></column>
|
<column name="crawlingPaused" valueBoolean="false"></column>
|
||||||
</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