changed indexes

This commit is contained in:
Athou
2013-07-14 06:46:48 +02:00
parent 24ee418f3f
commit 29ed2a40e4

View File

@@ -299,10 +299,17 @@
</changeSet> </changeSet>
<changeSet author="athou" id="recreate-fes-index-2"> <changeSet author="athou" id="recreate-fes-index-2">
<createIndex indexName="sub_user_entry_read_updated_index" tableName="FEEDENTRYSTATUSES"> <createIndex indexName="sub_entry_index" tableName="FEEDENTRYSTATUSES">
<column name="subscription_id" /> <column name="subscription_id" />
<column name="user_id" />
<column name="entry_id" /> <column name="entry_id" />
</createIndex>
<createIndex indexName="sub_read_updated_index" tableName="FEEDENTRYSTATUSES">
<column name="subscription_id" />
<column name="read_status" />
<column name="entryUpdated" />
</createIndex>
<createIndex indexName="user_read_updated_index" tableName="FEEDENTRYSTATUSES">
<column name="user_id" />
<column name="read_status" /> <column name="read_status" />
<column name="entryUpdated" /> <column name="entryUpdated" />
</createIndex> </createIndex>