[-] 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
+3
View File
@@ -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 ;