[-] BO : fix #PSCFV-4953

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17857 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-10-15 08:41:27 +00:00
parent 823c9f2de1
commit 531877ef71
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
SET NAMES 'utf8';
ALTER TABLE `PREFIX_address` CHANGE `company` `company` VARCHAR(32) NULL;