@@ -, +, @@ --------- -- noise -- no noise --- installer/data/mysql/atomicupdate/bug12310_add_DecimalSeparators.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug12310_add_DecimalSeparators.sql +++ a/installer/data/mysql/atomicupdate/bug12310_add_DecimalSeparators.sql @@ -1,2 +1,2 @@ -INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('DecimalSeparators', ',.', NULL , 'The allowed separators between entire and decimal parts of numbers', 'Free'); --