mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-03 20:17:10 +00:00
schema: update help text for ENABLE_OFFLINE_READING
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
begin;
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1);
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1, 'Synchronize new articles for offline reading using Google Gears.');
|
||||
|
||||
update ttrss_version set schema_version = 54;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user