Bug 15446: Update systempreferences rows where type=YesNo and value=''
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 Dec 2015 17:19:02 +0000 (17:19 +0000)
committerJesse Weaver <jweaver@bywatersolutions.com>
Fri, 12 Feb 2016 19:35:57 +0000 (12:35 -0700)
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Amended to fix typo in sql statement.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_15446.sql [new file with mode: 0644]

diff --git a/installer/data/mysql/atomicupdate/bug_15446.sql b/installer/data/mysql/atomicupdate/bug_15446.sql
new file mode 100644 (file)
index 0000000..c3f40e2
--- /dev/null
@@ -0,0 +1 @@
+UPDATE systempreferences SET value="0" where type="YesNo" and value=";"