summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-14 09:31:54 +0100
committerAndrew Dolgov <[email protected]>2007-05-14 09:31:54 +0100
commit465ff90b4ac122b60d169df0b9a6f51a262296e5 (patch)
treea8947734ecb2a3a9d2750a2f143d28aa694ce0e7 /schema/ttrss_schema_mysql.sql
parenta4919a16638bc07cc9c6715a7cab679497264c83 (diff)
new hidden param, _INFOBOX_DISABLE_OVERLAY
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 6db955e5f..25c2ec95e 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -274,6 +274,8 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_PREFS_ACTIVE_TAB', 2, '', '', 1);
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
+
create table ttrss_user_prefs (
owner_uid integer not null,
pref_name varchar(250),