From 3c165c24c871f5c3041f12b9d53baec7f42750c8 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- 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.9.3