mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-23 19:07:12 +00:00
updated mysql schema
This commit is contained in:
@@ -56,6 +56,6 @@ insert into ttrss_filter_types (id,name,description) values (3, 'both',
|
||||
|
||||
create table ttrss_filters (id serial primary key,
|
||||
filter_type integer not null references ttrss_filter_types(id),
|
||||
regexp varchar(250) not null,
|
||||
reg_exp varchar(250) not null,
|
||||
description varchar(250) not null default '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user