removed unused index on non-hash column

This commit is contained in:
Athou
2013-07-15 13:47:05 +02:00
parent 41e14d97f6
commit 1e6077bc98

View File

@@ -419,6 +419,7 @@
</changeSet>
<changeSet author="athou" id="create-indexes">
<validCheckSum>7:6b97555d8c1a170b1c07d088e068ec95</validCheckSum>
<preConditions onFail="MARK_RAN" onFailMessage="existing table skipping">
<not>
<indexExists tableName="FEEDENTRIES" indexName="updated_index" />
@@ -457,11 +458,6 @@
<column name="lastUpdated" />
</createIndex>
<createIndex indexName="topic_index" tableName="FEEDS"
unique="false">
<column name="pushTopic" />
</createIndex>
<createIndex indexName="urlHash_index" tableName="FEEDS"
unique="false">
<column name="urlHash" />