1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/schema/versions/mysql/109.sql
2013-03-27 12:41:31 +04:00

8 lines
175 B
PL/PgSQL

begin;
update ttrss_prefs set short_desc = 'Hide feeds with no unread articles' where pref_name = 'HIDE_READ_FEEDS';
update ttrss_version set schema_version = 109;
commit;