1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 15:41:28 +00:00

ttrss_filters: add tag action

This commit is contained in:
Andrew Dolgov
2006-12-08 07:34:59 +01:00
parent 9ebaec057c
commit 7cb9311ba1
4 changed files with 12 additions and 0 deletions

View File

@@ -146,6 +146,9 @@ insert into ttrss_filter_actions (id,name,description) values (2, 'catchup',
insert into ttrss_filter_actions (id,name,description) values (3, 'mark',
'Set starred');
insert into ttrss_filter_actions (id,name,description) values (4, 'tag',
'Assign tag');
create table ttrss_filters (id integer not null primary key auto_increment,
owner_uid integer not null,
feed_id integer default null,