mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
Added average color calculation of feeds' favicons for banded display.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
begin;
|
||||
|
||||
ALTER TABLE `ttrss_feeds` ADD favicon_avg_color VARCHAR(11)
|
||||
|
||||
update ttrss_version set schema_version = 117;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user