add missing upgrade files for schema ver. 39

This commit is contained in:
Andrew Dolgov 2008-08-01 06:12:14 +01:00
parent 4450ac5075
commit 94145fdf96
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_FLASH_PLAYER', 1, 'false', 'Enable inline MP3 player', 3, 'Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.');
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Do not show images in articles', 2);
update ttrss_version set schema_version = 39;

View File

@ -0,0 +1,5 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_FLASH_PLAYER', 1, 'false', 'Enable inline MP3 player', 3, 'Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.');
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Do not show images in articles', 2);
update ttrss_version set schema_version = 39;