mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 19:21:28 +00:00
add new filter action: modify score
This commit is contained in:
@@ -154,6 +154,9 @@ insert into ttrss_filter_actions (id,name,description) values (4, 'tag',
|
||||
insert into ttrss_filter_actions (id,name,description) values (5, 'publish',
|
||||
'Publish article');
|
||||
|
||||
insert into ttrss_filter_actions (id,name,description) values (6, 'score',
|
||||
'Modify score');
|
||||
|
||||
create table ttrss_filters (id serial not null primary key,
|
||||
owner_uid integer not null references ttrss_users(id) on delete cascade,
|
||||
feed_id integer references ttrss_feeds(id) on delete cascade default null,
|
||||
|
||||
Reference in New Issue
Block a user