1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:25:56 +00:00
Files
tt-rss/schema/versions/pgsql/40.sql

4 lines
143 B
SQL

update ttrss_prefs set short_desc = 'Enable feed icons' where pref_name = 'ENABLE_FEED_ICONS';
update ttrss_version set schema_version = 40;