Skip to content

Commit

Permalink
[#2841] Rename old Sierra Leone currency (#2842)
Browse files Browse the repository at this point in the history
* [#2837] Rearrange popular currencies

* [#2839] Update currency update frequencies

* [#2841] Rename old Sierra Leone currency

* [#2841] Rename old Sierra Leone currency
  • Loading branch information
mustafaozhan authored Oct 10, 2023
1 parent 5e73762 commit fc32957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ INSERT INTO Currency VALUES ('SEK', 'Swedish krona', 'kr', 0.0, 0);
INSERT INTO Currency VALUES ('SGD', 'Singapore dollar', '$', 0.0, 0);
INSERT INTO Currency VALUES ('SHP', 'Saint Helena pound', '£', 0.0, 0);
INSERT INTO Currency VALUES ('SLE', 'Sierra Leonean Leone','Le', 0.0, 0);
INSERT INTO Currency VALUES ('SLL', 'Sierra Leonean leone', 'Le', 0.0, 0);
INSERT INTO Currency VALUES ('SLL', 'Sierra Leonean Leone (2022)', 'Le', 0.0, 0);
INSERT INTO Currency VALUES ('SOS', 'Somali shilling', 'Sh.So', 0.0, 0);
INSERT INTO Currency VALUES ('SRD', 'Surinamese dollar', '$', 0.0, 0);
INSERT INTO Currency VALUES ('SSP', 'South Sudanese pound', '£', 0.0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ DELETE FROM Currency WHERE name='XPT';
INSERT INTO Currency (name, longName, symbol, rate, isActive) VALUES ('FOK', 'Faroese Króna','kr', 0.0, 0);
INSERT INTO Currency (name, longName, symbol, rate, isActive) VALUES ('KID', 'Kiribati Dollar','$', 0.0, 0);
INSERT INTO Currency (name, longName, symbol, rate, isActive) VALUES ('SLE', 'Sierra Leonean Leone','Le', 0.0, 0);
UPDATE Currency SET name = 'Sierra Leonean Leone (2022)' WHERE code = 'SLL';
INSERT INTO Currency (name, longName, symbol, rate, isActive) VALUES ('TVD', 'Tuvaluan dollar','$', 0.0, 0);

0 comments on commit fc32957

Please sign in to comment.