From 6809b76792cf3ec1862533fc10fc499149c91132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sat, 18 Jun 2016 16:15:25 +0200 Subject: [PATCH] Bug 16768: Update systempreferences.options (additional value CH) As of comment #5, adding file installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart --- .../atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql diff --git a/installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql b/installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql new file mode 100644 index 0000000..1e696d4 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql @@ -0,0 +1 @@ +UPDATE `systempreferences` set options = 'US|FR|CH' where variable = 'CurrencyFormat'; -- 2.8.1