From 40b2356be212cfee1d68784714672b7c00114e2d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Dec 2021 07:56:16 +0300 Subject: filters: * add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146 --- sql/pgsql/migrations/146.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/pgsql/migrations/146.sql (limited to 'sql/pgsql/migrations/146.sql') diff --git a/sql/pgsql/migrations/146.sql b/sql/pgsql/migrations/146.sql new file mode 100644 index 000000000..6d4824727 --- /dev/null +++ b/sql/pgsql/migrations/146.sql @@ -0,0 +1,2 @@ +insert into ttrss_filter_actions (id,name,description) values (10, 'ignore-tag', + 'Ignore tags'); -- cgit v1.2.3