summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-08 07:36:59 +0100
committerAndrew Dolgov <[email protected]>2006-12-08 07:36:59 +0100
commitde07b5eee928a3d78fede1e3b7ef2d80b5199d42 (patch)
tree16d21bbe50aca67cc4e4ceac56bb20625982eae8 /schema/ttrss_schema_mysql.sql
parent7cb9311ba13df7fec30fe498578089398785e48d (diff)
ttrss_filters: add tag action (2)
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index b65162820..e8c43dde6 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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,