force a full refresh of the user's feeds when he logs in

This commit is contained in:
Athou
2013-11-26 06:33:16 +01:00
parent 0f6f717d09
commit c2ed6d47f1
5 changed files with 45 additions and 6 deletions

View File

@@ -42,4 +42,10 @@
</createIndex>
</changeSet>
<changeSet author="athou" id="add-full-refresh-timestamp">
<addColumn tableName="USERS">
<column name="last_full_refresh" type="DATETIME" />
</addColumn>
</changeSet>
</databaseChangeLog>