Typo bugfix: sterling is GBP not GPB
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
d2a79bb22a
commit
bcb4d3f5be
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
INSERT INTO `currency` (currency, rate, symbol) VALUES
|
||||
('USD', 1.0, '$'),
|
||||
('GPB', 1.9929, '£'),
|
||||
('GBP', 1.9929, '£'),
|
||||
('CAD', 1.02207, '$'),
|
||||
('EUR', .874003, '€');
|
||||
|
||||
|
|
Loading…
Reference in a new issue