forked from Archives/Athou_commafeed
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