1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00
miniflux-v2/database/sql/schema_version_40.sql
2020-10-16 14:40:56 -07:00

4 lines
133 B
SQL

alter table feeds
add column blocklist_rules text not null default '',
add column keeplist_rules text not null default ''
;