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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user