1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/schema/versions/mysql/109.sql

8 lines
175 B
MySQL
Raw Normal View History

2013-03-27 09:41:31 +01:00
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;