From 91d64fb808306f4409c4cf8a1405d58f6202a20f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Aug 2007 03:47:04 +0100 Subject: enlarge filters action_param field --- schema/ttrss_schema_pgsql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 7550cadcd..abf74b7ed 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -153,7 +153,7 @@ create table ttrss_filters (id serial not null primary key, enabled boolean not null default true, inverse boolean not null default false, action_id integer not null default 1 references ttrss_filter_actions(id) on delete cascade, - action_param varchar(200) not null default ''); + action_param varchar(250) not null default ''); create table ttrss_labels (id serial not null primary key, owner_uid integer not null references ttrss_users(id) on delete cascade, -- cgit v1.2.3