[-] MO : fixed bug #PSCFV-2874 - blocklink_shop.id_shop is varchar, It must be integer.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16078 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-06-19 12:30:17 +00:00
parent 369a94466a
commit 01e1f8af09
+1 -1
View File
@@ -62,7 +62,7 @@ class BlockLink extends Module
!Db::getInstance()->execute('
CREATE TABLE '._DB_PREFIX_.'blocklink_shop (
`id_blocklink` int(2) NOT NULL AUTO_INCREMENT,
`id_shop` varchar(255) NOT NULL,
`id_shop` int(2) NOT NULL,
PRIMARY KEY(`id_blocklink`, `id_shop`))
ENGINE='._MYSQL_ENGINE_.' default CHARSET=utf8') ||
!Db::getInstance()->execute('