From fdb7b03fc0e3fc1df83ee99257843e2dcfde223b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Apr 2008 07:35:30 +0100 Subject: add new filter action: modify score --- schema/ttrss_schema_mysql.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 819ee216a..293830910 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -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, -- cgit v1.2.3