summaryrefslogtreecommitdiff
path: root/ttrss_schema.sql
diff options
context:
space:
mode:
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!
-\.
-