chore: add starting currency rates
This commit is contained in:
@@ -36,6 +36,9 @@ INSERT INTO `b2b_currencies` (`ps_id_currency`, `is_default`, `is_active`) VALUE
|
|||||||
('1','1','1'),
|
('1','1','1'),
|
||||||
('2','0','1');
|
('2','0','1');
|
||||||
|
|
||||||
|
INSERT INTO `b2b_currency_rates` (`id`, `b2b_id_currency`, `created_at`, `conversion_rate`) VALUES ('1', '1', '2026-04-17 14:32:03', '1.000000');
|
||||||
|
INSERT INTO `b2b_currency_rates` (`id`, `b2b_id_currency`, `created_at`, `conversion_rate`) VALUES ('2', '2', '2026-04-17 14:32:03', '4.600000');
|
||||||
|
|
||||||
INSERT IGNORE INTO b2b_countries
|
INSERT IGNORE INTO b2b_countries
|
||||||
(id, flag, ps_id_country, b2b_id_currency)
|
(id, flag, ps_id_country, b2b_id_currency)
|
||||||
VALUES
|
VALUES
|
||||||
|
|||||||
Reference in New Issue
Block a user