From 90f649b0e8404ee3eeb4be6df66939291e2a18df 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 | 2 ++ 1 file changed, 2 insertions(+) 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..7fdcfa4 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug18110_updated_AddressFormat.sql @@ -0,0 +1,2 @@ +UPDATE systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) SET +('AddressFormat','us','us | de | fr','Choose format to display postal addresses', 'Choice'); -- 2.7.4