tt-rss/sql/pgsql/migrations/146.sql
Andrew Dolgov 40b2356be2 filters:
* add filter action to ignore feed-provided tags
 * simplify handling of various filter-provided tags
 * bump schema to 146
2021-12-20 07:56:16 +03:00

3 lines
98 B
SQL

insert into ttrss_filter_actions (id,name,description) values (10, 'ignore-tag',
'Ignore tags');