mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
Added average color calculation of feeds' favicons for banded display.
This commit is contained in:
7
schema/versions/mysql/117.sql
Normal file
7
schema/versions/mysql/117.sql
Normal file
@@ -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