mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
4 lines
133 B
SQL
4 lines
133 B
SQL
alter table feeds
|
|
add column blocklist_rules text not null default '',
|
|
add column keeplist_rules text not null default ''
|
|
;
|