summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.1.3-1.1.4-mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-06 05:45:54 +0100
committerAndrew Dolgov <[email protected]>2006-03-06 05:45:54 +0100
commit68511f86ac18cac0a8484b2c34f625fb4f2f3b99 (patch)
treeb1b2c131c8185b635e0a9193d6378008a3fbcd41 /schema/upgrade-1.1.3-1.1.4-mysql.sql
parente8ef3b971566ad5d99fa04ce9ee058542bc8d33d (diff)
new option: OPEN_LINKS_IN_NEW_WINDOW (closes #47)
Diffstat (limited to 'schema/upgrade-1.1.3-1.1.4-mysql.sql')
-rw-r--r--schema/upgrade-1.1.3-1.1.4-mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/upgrade-1.1.3-1.1.4-mysql.sql b/schema/upgrade-1.1.3-1.1.4-mysql.sql
index 12df2044a..1018bcf4d 100644
--- a/schema/upgrade-1.1.3-1.1.4-mysql.sql
+++ b/schema/upgrade-1.1.3-1.1.4-mysql.sql
@@ -14,5 +14,7 @@ create table ttrss_sessions (id varchar(250) not null primary key,
delete from ttrss_prefs where pref_name = 'ENABLE_SPLASH';
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('OPEN_LINKS_IN_NEW_WINDOW', 1, 'true', 'Open article links in new browser window',2);
+
update ttrss_version set schema_version = 6;