mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 09:11:29 +00:00
implemented filter editor, piggified default filter
This commit is contained in:
@@ -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!
|
||||
\.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user