Koha/installer/data/mysql/de-DE/optional/parameters.sql
Galen Charlton 2685c69826 remove byte order mark (BOM) from installer SQL files
The precence of a BOM can prevent an SQL script from being
run.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-06-25 05:42:15 -04:00

6 lines
146 B
SQL

INSERT INTO `currency` (currency, rate, symbol) VALUES
('USD', 1.2334, '$'),
('GBP', 0.85640, '£'),
('CAD', 1.31690, '$'),
('EUR', 1.0, '');