From 4b3dff6ed580a7c5aec8fb50467043962861e0e7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 13:42:49 +0100 Subject: updated mysql schema --- ttrss_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttrss_schema.sql') diff --git a/ttrss_schema.sql b/ttrss_schema.sql index 2c00b3687..95887acb3 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -56,6 +56,6 @@ insert into ttrss_filter_types (id,name,description) values (3, 'both', create table ttrss_filters (id serial primary key, filter_type integer not null references ttrss_filter_types(id), - regexp varchar(250) not null, + reg_exp varchar(250) not null, description varchar(250) not null default ''); -- cgit v1.2.3-54-g00ecf