mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 14:17:27 +02:00
3 lines
135 B
SQL
3 lines
135 B
SQL
alter table ttrss_feeds add column favicon_is_custom boolean;
|
|
alter table ttrss_feeds alter column favicon_is_custom set default null;
|