From f569ed3e1357d09248bfa1d499f644787bd25a42 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 6 Oct 2008 18:50:18 +0000 Subject: [PATCH] Fix Quebec province translation so its country code is properly set. --- db/db.code.version.txt | 2 +- db/db.update.115.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.115.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index dee79f1..ee977b5 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -114 +115 diff --git a/db/db.update.115.sql b/db/db.update.115.sql new file mode 100644 index 0000000..deeb0c1 --- /dev/null +++ b/db/db.update.115.sql @@ -0,0 +1 @@ +UPDATE `provinces` SET `countries_code` = 'CA' WHERE `code`='QC' AND `province`='Québec';