1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 01:21:28 +00:00

add new filter action: modify score

This commit is contained in:
Andrew Dolgov
2008-04-30 07:35:30 +01:00
parent afb6038e47
commit fdb7b03fc0
4 changed files with 12 additions and 0 deletions

View File

@@ -164,6 +164,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 integer not null primary key auto_increment,
owner_uid integer not null,
feed_id integer default null,