[-] BO : fixed bug #PSCFV-8095 now maximum weigh for carrier is float

This commit is contained in:
vAugagneur
2013-03-28 12:06:32 +01:00
parent c2d8853f57
commit 2733cab592
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
SET NAMES 'utf8';
ALTER TABLE `PREFIX_carrier` CHANGE `max_weight` `max_weight` DECIMAL( 20, 6 ) NULL DEFAULT '0';