mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
add login/pass fields for feeds
This commit is contained in:
@@ -49,6 +49,8 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
|
||||
last_updated datetime default '',
|
||||
last_error text not null default '',
|
||||
site_url varchar(250) not null default '',
|
||||
auth_login varchar(250) not null default '',
|
||||
auth_pass varchar(250) not null default '',
|
||||
index(owner_uid),
|
||||
foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE,
|
||||
index(cat_id),
|
||||
|
||||
Reference in New Issue
Block a user