summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 07:35:30 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 07:35:30 +0100
commitfdb7b03fc0e3fc1df83ee99257843e2dcfde223b (patch)
tree06b18905feb06049700bbdcef0de944e6d79f095 /schema/ttrss_schema_mysql.sql
parentafb6038e47f07f3225d783f6ae10c13ef486f89e (diff)
add new filter action: modify score
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql3
1 files changed, 3 insertions, 0 deletions
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,