1
0
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:
Andrew Dolgov
2005-09-07 13:42:49 +01:00
parent b6eefba52b
commit 4b3dff6ed5
4 changed files with 22 additions and 28 deletions

View File

@@ -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 '');