[-] BO : fixed bug #PSCFV-7411 - Store location problem with some longitude values
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SET NAMES 'utf8';
|
||||
|
||||
ALTER TABLE `PREFIX_store` CHANGE `latitude` `latitude` DECIMAL( 13, 8 ) NULL DEFAULT NULL , CHANGE `longitude` `longitude` DECIMAL( 13, 8 ) NULL DEFAULT NULL ;
|
||||
Reference in New Issue
Block a user