From b9ad7cface725225ec84f0b5b52731c0b4953c01 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 10 Mar 2011 11:54:10 +0300 Subject: change description of filter 'filter' action (bump schema) --- schema/ttrss_schema_pgsql.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index cb0d39ea6..d73206411 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -188,7 +188,7 @@ create table ttrss_filter_actions (id integer not null primary key, description varchar(250) not null unique); insert into ttrss_filter_actions (id,name,description) values (1, 'filter', - 'Filter article'); + 'Delete article'); insert into ttrss_filter_actions (id,name,description) values (2, 'catchup', 'Mark as read'); @@ -229,7 +229,7 @@ create index ttrss_tags_post_int_id_idx on ttrss_tags(post_int_id); create table ttrss_version (schema_version int not null); -insert into ttrss_version values (80); +insert into ttrss_version values (81); create table ttrss_enclosures (id serial not null primary key, content_url text not null, -- cgit v1.2.3