mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 08:41:29 +00:00
4 lines
194 B
SQL
4 lines
194 B
SQL
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;
|