mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
ttrss_feeds: add private column to hide from browser
This commit is contained in:
@@ -55,6 +55,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
|
||||
auth_login varchar(250) not null default '',
|
||||
auth_pass varchar(250) not null default '',
|
||||
parent_feed integer default null,
|
||||
private 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