Fix Quebec province translation so its country code is properly set.

This commit is contained in:
james 2008-10-06 18:50:18 +00:00
parent 91bc77d640
commit f569ed3e13
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
114
115

1
db/db.update.115.sql Normal file
View File

@ -0,0 +1 @@
UPDATE `provinces` SET `countries_code` = 'CA' WHERE `code`='QC' AND `province`='Québec';