mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Add feed filters (Keeplist and Blocklist)
This commit is contained in:
parent
3afdf25012
commit
84b83fc3c8
34 changed files with 359 additions and 89 deletions
4
database/sql/schema_version_40.sql
Normal file
4
database/sql/schema_version_40.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
alter table feeds
|
||||
add column blocklist_rules text not null default '',
|
||||
add column keeplist_rules text not null default ''
|
||||
;
|
Loading…
Add table
Add a link
Reference in a new issue