forked from science-ation/science-ation
Fix Quebec province translation so its country code is properly set.
This commit is contained in:
parent
91bc77d640
commit
f569ed3e13
@ -1 +1 @@
|
||||
114
|
||||
115
|
||||
|
1
db/db.update.115.sql
Normal file
1
db/db.update.115.sql
Normal file
@ -0,0 +1 @@
|
||||
UPDATE `provinces` SET `countries_code` = 'CA' WHERE `code`='QC' AND `province`='Québec';
|
Loading…
Reference in New Issue
Block a user