1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 00:31:33 +00:00

add hidden field to ttrss_feeds

This commit is contained in:
Andrew Dolgov
2006-08-13 12:43:48 +01:00
parent f2c43604ec
commit 7da377ca8b
4 changed files with 16 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
parent_feed integer default null,
private bool not null default false,
rtl_content bool not null default false,
hidden bool not null default false,
index(owner_uid),
foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE,
index(cat_id),