forked from Archives/Athou_commafeed
add a setting to mark entries of a feed as read after a number of days (#2041)
This commit is contained in:
@@ -32,5 +32,15 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
<changeSet id="add-auto-mark-as-read-after-days" author="athou">
|
||||
<addColumn tableName="FEEDSUBSCRIPTIONS">
|
||||
<column name="auto_mark_as_read_after_days" type="INT">
|
||||
<constraints nullable="true" />
|
||||
</column>
|
||||
</addColumn>
|
||||
<createIndex indexName="feedsubscriptions_automark_index" tableName="FEEDSUBSCRIPTIONS">
|
||||
<column name="auto_mark_as_read_after_days" />
|
||||
</createIndex>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user