mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12: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:
2
sql/pgsql/migrations/144.sql
Normal file
2
sql/pgsql/migrations/144.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table ttrss_feeds add column favicon_is_custom boolean;
|
||||
alter table ttrss_feeds alter column favicon_is_custom set default null;
|
||||
Reference in New Issue
Block a user