on user login and in heavy load mode, only force refresh feeds that are up for refresh

This commit is contained in:
Athou
2023-06-16 12:35:40 +02:00
parent b16978d8fe
commit fcfeaa462e
4 changed files with 26 additions and 31 deletions

View File

@@ -18,4 +18,8 @@
<addNotNullConstraint tableName="FEEDSUBSCRIPTIONS" columnName="position" columnDataType="int" />
</changeSet>
<changeSet id="drop-unused-last-full-refresh" author="athou">
<dropColumn tableName="USERS" columnName="last_full_refresh" />
</changeSet>
</databaseChangeLog>