mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
refactor
This commit is contained in:
@@ -17,5 +17,20 @@
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="add-push-notification-settings" author="athou">
|
||||
<addColumn tableName="USERSETTINGS">
|
||||
<column name="push_notification_type" type="VARCHAR(16)" />
|
||||
<column name="push_notification_server_url" type="VARCHAR(1024)" />
|
||||
<column name="push_notification_user_id" type="VARCHAR(512)" />
|
||||
<column name="push_notification_user_secret" type="VARCHAR(512)" />
|
||||
<column name="push_notification_topic" type="VARCHAR(256)" />
|
||||
</addColumn>
|
||||
<addColumn tableName="FEEDSUBSCRIPTIONS">
|
||||
<column name="push_notifications_enabled" type="BOOLEAN" valueBoolean="false">
|
||||
<constraints nullable="false" />
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user