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, 4 insertions, 0 deletions
diff --git a/ttrss_schema.sql b/ttrss_schema.sql
index 79a58677c..d78e0b16c 100644
--- a/ttrss_schema.sql
+++ b/ttrss_schema.sql
@@ -59,3 +59,7 @@ 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!
+\.
+