summaryrefslogtreecommitdiff
path: root/ttrss_schema.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-03 11:34:24 +0100
committerAndrew Dolgov <[email protected]>2005-09-03 11:34:24 +0100
commite6155a06999fe488755b9fdffca6e232a2c5dddc (patch)
tree1ed5338b7d9f4d616319ba72bbf86fdbf0f2b779 /ttrss_schema.sql
parentea6774cf1d4bfc4fae156198dcffa709c8367785 (diff)
check filters on feed update, update NEWS, TODO and schema
Diffstat (limited to 'ttrss_schema.sql')
-rw-r--r--ttrss_schema.sql4
1 files changed, 0 insertions, 4 deletions
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!
-\.
-