Bug 10964: Update German simple and fast add frameworks
[koha.git] / installer / data / mysql / de-DE / optional / parameters.sql
1 INSERT INTO `currency` (currency, rate, symbol, active) VALUES
2 ('USD', 1.3112, '$', 0),
3 ('GBP', 0.8548, '£', 0),
4 ('CAD', 1.3290, '$', 0),
5 ('EUR', 1.0000, '€', 1);
6