Bug 18110: Do not update value for existing installs
[koha.git] / installer / data / mysql / atomicupdate / bug18110_updated_AddressFormat.sql
1 UPDATE systempreferences  SET options = 'us|de|fr' WHERE variable = 'AddressFormat';