mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
enable the disablePullToRefresh setting by default to mimic what was done before the setting was added
This commit is contained in:
@@ -11,4 +11,10 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="enable-disablePullToRefresh-setting" author="athou">
|
||||
<update tableName="USERSETTINGS">
|
||||
<column name="disablePullToRefresh" valueBoolean="true" />
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user