7 lines
122 B
SQL
7 lines
122 B
SQL
-- P5-6961 Fix be-fr delivery prices
|
|
|
|
DELETE FROM "i18n-territories_names" where territory = 'CA' and language = 'fr';
|
|
|
|
|
|
|