[-] BO : fixed bug #PSCFV-7411 - Store location problem with some longitude values
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user