From c1d45418fc4a25212728375d53c78be89c815e57 Mon Sep 17 00:00:00 2001 From: Martin Persson Date: Tue, 1 Sep 2015 00:38:00 +0200 Subject: [PATCH] Bug 14764: OPAC news selector - Atomic update SQL Adds an SQL file to perform the database upgrade. --- installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql diff --git a/installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql b/installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql new file mode 100644 index 0000000..4897d56 --- /dev/null +++ b/installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql @@ -0,0 +1 @@ +INSERT IGNORE INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, `type`) VALUES('OPACNewsBranchSelect', '0', '', 'Show selector for branches on OPAC news page', 'YesNo'); -- 1.9.1