Bug 16070: Add atomic update file
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 17 Mar 2016 10:58:16 +0000 (10:58 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 31 Mar 2016 19:42:33 +0000 (19:42 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_16070.sql [new file with mode: 0644]

diff --git a/installer/data/mysql/atomicupdate/bug_16070.sql b/installer/data/mysql/atomicupdate/bug_16070.sql
new file mode 100644 (file)
index 0000000..f02ee5e
--- /dev/null
@@ -0,0 +1 @@
+UPDATE systempreferences SET value="" WHERE value IS NULL;