tt-rss/schema/versions/mysql/26.sql

4 lines
194 B
MySQL
Raw Normal View History

insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('PURGE_UNREAD_ARTICLES', 1, 'true', 'Purge unread articles',3);
update ttrss_version set schema_version = 26;