cleanup unneeded statuses

This commit is contained in:
Athou
2013-07-24 12:13:18 +02:00
parent 3defd982e7
commit fdacac74cc

View File

@@ -355,4 +355,11 @@
<column name="keepStatusDays" valueNumeric="0"></column>
</update>
</changeSet>
<changeSet author="athou" id="status-cleanup">
<delete tableName="FEEDENTRYSTATUSES">
<where>read_status = false and starred = false</where>
</delete>
</changeSet>
</databaseChangeLog>