summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.2.4-1.2.6-pgsql.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/upgrade-1.2.4-1.2.6-pgsql.sql
parent7cb9311ba13df7fec30fe498578089398785e48d (diff)
ttrss_filters: add tag action (2)
Diffstat (limited to 'schema/upgrade-1.2.4-1.2.6-pgsql.sql')
-rw-r--r--schema/upgrade-1.2.4-1.2.6-pgsql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/upgrade-1.2.4-1.2.6-pgsql.sql b/schema/upgrade-1.2.4-1.2.6-pgsql.sql
index 71b4634dd..6de90f1ab 100644
--- a/schema/upgrade-1.2.4-1.2.6-pgsql.sql
+++ b/schema/upgrade-1.2.4-1.2.6-pgsql.sql
@@ -8,7 +8,7 @@ alter table ttrss_filters alter column action_param set not null;
alter table ttrss_filters alter column action_param set default '';
insert into ttrss_filter_actions (id,name,description) values (4, 'tag',
- 'Assign tag');
+ 'Assign tags');
update ttrss_version set schema_version = 12;