mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
* don't try to update custom set feed favicons
* cleanup update_rss_feed() a bit, use ORM
This commit is contained in:
@@ -86,6 +86,7 @@ create table ttrss_feeds (id serial not null primary key,
|
||||
last_error text not null default '',
|
||||
last_modified text not null default '',
|
||||
favicon_avg_color varchar(11) default null,
|
||||
favicon_is_custom boolean default null,
|
||||
site_url varchar(250) not null default '',
|
||||
auth_login varchar(250) not null default '',
|
||||
parent_feed integer default null references ttrss_feeds(id) on delete set null,
|
||||
|
||||
Reference in New Issue
Block a user