mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
removed unused index on non-hash column
This commit is contained in:
@@ -419,6 +419,7 @@
|
|||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
<changeSet author="athou" id="create-indexes">
|
<changeSet author="athou" id="create-indexes">
|
||||||
|
<validCheckSum>7:6b97555d8c1a170b1c07d088e068ec95</validCheckSum>
|
||||||
<preConditions onFail="MARK_RAN" onFailMessage="existing table skipping">
|
<preConditions onFail="MARK_RAN" onFailMessage="existing table skipping">
|
||||||
<not>
|
<not>
|
||||||
<indexExists tableName="FEEDENTRIES" indexName="updated_index" />
|
<indexExists tableName="FEEDENTRIES" indexName="updated_index" />
|
||||||
@@ -457,11 +458,6 @@
|
|||||||
<column name="lastUpdated" />
|
<column name="lastUpdated" />
|
||||||
</createIndex>
|
</createIndex>
|
||||||
|
|
||||||
<createIndex indexName="topic_index" tableName="FEEDS"
|
|
||||||
unique="false">
|
|
||||||
<column name="pushTopic" />
|
|
||||||
</createIndex>
|
|
||||||
|
|
||||||
<createIndex indexName="urlHash_index" tableName="FEEDS"
|
<createIndex indexName="urlHash_index" tableName="FEEDS"
|
||||||
unique="false">
|
unique="false">
|
||||||
<column name="urlHash" />
|
<column name="urlHash" />
|
||||||
|
|||||||
Reference in New Issue
Block a user