]> git.wh0rd.org Git - tt-rss.git/commitdiff
add missing upgrade files for schema ver. 39
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 1 Aug 2008 05:12:14 +0000 (06:12 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 1 Aug 2008 05:12:14 +0000 (06:12 +0100)
schema/versions/mysql/39.sql [new file with mode: 0644]
schema/versions/pgsql/39.sql [new file with mode: 0644]

diff --git a/schema/versions/mysql/39.sql b/schema/versions/mysql/39.sql
new file mode 100644 (file)
index 0000000..ada37a7
--- /dev/null
@@ -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;
diff --git a/schema/versions/pgsql/39.sql b/schema/versions/pgsql/39.sql
new file mode 100644 (file)
index 0000000..ada37a7
--- /dev/null
@@ -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;