1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/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;