From a101545bf9c49bf4b869b32c2448917048688ef9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 30 Dec 2015 17:19:02 +0000 Subject: [PATCH] Bug 15446: Update systempreferences rows where type=YesNo and value='' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc VĂ©ron Amended to fix typo in sql statement. --- installer/data/mysql/atomicupdate/bug_15446.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/bug_15446.sql diff --git a/installer/data/mysql/atomicupdate/bug_15446.sql b/installer/data/mysql/atomicupdate/bug_15446.sql new file mode 100644 index 0000000..c3f40e2 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_15446.sql @@ -0,0 +1 @@ +UPDATE systempreferences SET value="0" where type="YesNo" and value=";" -- 1.7.10.4