summaryrefslogtreecommitdiff
path: root/ttrss_schema.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-03 08:50:18 +0100
committerAndrew Dolgov <[email protected]>2005-09-03 08:50:18 +0100
commit0afbd8519316ed633db6e1729653728913f63ebc (patch)
tree304151cbe2e4c3c9753aea508f0d9061776ab61d /ttrss_schema.sql
parentde435974523438840fbe250160523d87568f960e (diff)
implemented filter editor, piggified default filter
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!
+\.
+