[-] BO : fixed bug #PSCFV-7411 - Store location problem with some longitude values

This commit is contained in:
vAugagneur
2013-04-26 12:19:20 +02:00
parent 9983b1723f
commit 21aa134774
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -1819,8 +1819,8 @@ CREATE TABLE `PREFIX_store` (
`address2` varchar(128) DEFAULT NULL,
`city` varchar(64) NOT NULL,
`postcode` varchar(12) NOT NULL,
`latitude` decimal(11,8) DEFAULT NULL,
`longitude` decimal(11,8) DEFAULT NULL,
`latitude` decimal(13,8) DEFAULT NULL,
`longitude` decimal(13,8) DEFAULT NULL,
`hours` varchar(254) DEFAULT NULL,
`phone` varchar(16) DEFAULT NULL,
`fax` varchar(16) DEFAULT NULL,