From 892527495ad57e98a725d946e182538515cfab2d 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=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../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 0000000000..3cf8df859e --- /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.39.2