Merge pull request #4 from mdzidic/patch-1

Remove Croatian Kuna since the currency was deprecated.
This commit is contained in:
Miguel Ribeiro
2023-11-10 18:01:55 +01:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -166,7 +166,6 @@ INSERT INTO currencies (name, symbol, code, rate) VALUES
('Swiss Franc', 'Fr', 'CHF', 1),
('Icelandic Króna', 'kr', 'ISK', 1),
('Norwegian Krone', 'kr', 'NOK', 1),
('Croatian Kuna', 'kn', 'HRK', 1),
('Russian Ruble', '₽', 'RUB', 1),
('Turkish Lira', '₺', 'TRY', 1),
('Australian Dollar', '$', 'AUD', 1),
-1
View File
@@ -178,7 +178,6 @@ if (!file_exists($databaseFile)) {
('Swiss Franc', 'Fr', 'CHF', 1),
('Icelandic Króna', 'kr', 'ISK', 1),
('Norwegian Krone', 'kr', 'NOK', 1),
('Croatian Kuna', 'kn', 'HRK', 1),
('Russian Ruble', '₽', 'RUB', 1),
('Turkish Lira', '₺', 'TRY', 1),
('Australian Dollar', '$', 'AUD', 1),