removed unused urlHash field

This commit is contained in:
Athou
2013-07-27 15:45:15 +02:00
parent 3dd4f140e2
commit 60bf96411c
4 changed files with 8 additions and 19 deletions

View File

@@ -103,7 +103,13 @@
<changeSet author="athou" id="drop-last-update-success">
<dropIndex tableName="FEEDS" indexName="disabled_lastupdated_index" />
<dropIndex tableName="FEEDS" indexName="lastupdated_index" />
<dropColumn tableName="FEEDS" columnName="lastUpdateSuccess" />
</changeSet>
<changeSet author="athou" id="drop-url-hash">
<dropIndex tableName="FEEDS" indexName="urlHash_index" />
<dropColumn tableName="FEEDS" columnName="urlHash" />
</changeSet>
</databaseChangeLog>