1
0
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:
Andrew Dolgov
2005-12-16 06:45:04 +01:00
parent 65f8581478
commit e93a3c96bb
4 changed files with 29 additions and 1 deletions

View File

@@ -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),