mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 05:51:28 +00:00
add login/pass fields for feeds
This commit is contained in:
@@ -44,7 +44,9 @@ create table ttrss_feeds (id serial not null primary key,
|
||||
purge_interval integer not null default 0,
|
||||
last_updated timestamp default null,
|
||||
last_error text not null default '',
|
||||
site_url varchar(250) not null default '');
|
||||
site_url varchar(250) not null default '',
|
||||
auth_login varchar(250) not null default '',
|
||||
auth_pass varchar(250) not null default '');
|
||||
|
||||
create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user