1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/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');