enable the disablePullToRefresh setting by default to mimic what was done before the setting was added

This commit is contained in:
Athou
2025-11-19 15:10:26 +01:00
parent 4eb26302a7
commit 357f9d46f9

View File

@@ -11,4 +11,10 @@
</addColumn>
</changeSet>
<changeSet id="enable-disablePullToRefresh-setting" author="athou">
<update tableName="USERSETTINGS">
<column name="disablePullToRefresh" valueBoolean="true" />
</update>
</changeSet>
</databaseChangeLog>