2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed timezone assignment in AU database by phone number prefix

This commit is contained in:
azammitdcarf
2012-10-03 02:54:49 +00:00
parent 70a8c9cb44
commit 2a394951f6
3 changed files with 25 additions and 3 deletions

View File

@@ -1463,7 +1463,7 @@ CREATE TABLE `sample_postcode_timezone` (
--
CREATE TABLE `sample_prefix_timezone` (
`val` int(10) NOT NULL,
`val` char(10) NOT NULL,
`Time_zone_name` char(64) collate utf8_unicode_ci NOT NULL,
PRIMARY KEY (`val`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;