agriget/schema/versions/mysql/29.sql

4 lines
216 B
MySQL
Raw Permalink Normal View History

2019-03-22 22:17:29 +08:00
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('HIDE_READ_SHOWS_SPECIAL', 1, 'true', 'Show special feeds when hiding read feeds',3);
update ttrss_version set schema_version = 29;