From 7d91f92d4c0c2b3d35e399709917a8cd23a84701 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Mon, 3 Apr 2017 13:40:44 +0000 Subject: [PATCH] Bug 18110: Update addressFormat in atomicupdate --- installer/data/mysql/atomicupdate/bug18110_updated_AddressFormat.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/bug18110_updated_AddressFormat.sql diff --git a/installer/data/mysql/atomicupdate/bug18110_updated_AddressFormat.sql b/installer/data/mysql/atomicupdate/bug18110_updated_AddressFormat.sql new file mode 100644 index 0000000..3cf8df8 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug18110_updated_AddressFormat.sql @@ -0,0 +1 @@ +UPDATE systempreferences SET value='us', options = 'us | de | fr' WHERE variable = 'AddressFormat'; -- 2.7.4