5 lines
194 B
SQL
5 lines
194 B
SQL
--P5-3215 Add missing price for samplesDelivery in US.
|
|
|
|
INSERT INTO "delivery-methods_prices" (method, option, option_value, currency, price, territory) VALUES
|
|
(11, '', '', 'USD', 0, 'US');
|