From e6155a06999fe488755b9fdffca6e232a2c5dddc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 3 Sep 2005 11:34:24 +0100 Subject: check filters on feed update, update NEWS, TODO and schema --- ttrss_schema.sql | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ttrss_schema.sql') diff --git a/ttrss_schema.sql b/ttrss_schema.sql index d78e0b16c..79a58677c 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -59,7 +59,3 @@ create table ttrss_filters (id serial primary key, regexp varchar(250) not null, description varchar(250) not null default ''); -COPY ttrss_filters (id, filter_type, regexp, description) FROM stdin; -1 3 PIGGIES MOORE! MOOOOORE PIGGIES! -\. - -- cgit v1.2.3