1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 01:51:32 +00:00

ttrss_filters: add tag action (2)

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

View File

@@ -147,7 +147,7 @@ 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');
'Assign tags');
create table ttrss_filters (id integer not null primary key auto_increment,
owner_uid integer not null,