mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 18:49:16 +00:00
wip: flavor icon caching
This commit is contained in:
@@ -185,6 +185,9 @@ create table ttrss_user_entries (
|
||||
last_marked timestamp,
|
||||
last_published timestamp,
|
||||
note text,
|
||||
flavor_image text default null,
|
||||
flavor_stream text default null,
|
||||
flavor_kind int default null,
|
||||
unread boolean not null default true);
|
||||
|
||||
-- create index ttrss_user_entries_feed_id_index on ttrss_user_entries(feed_id);
|
||||
|
||||
Reference in New Issue
Block a user