// Miss files

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17404 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-18 08:35:35 +00:00
parent 792f2bb283
commit 6cb0f0a000
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2035,7 +2035,7 @@ CREATE TABLE `PREFIX_image_shop` (
`id_image` INT( 11 ) UNSIGNED NOT NULL,
`id_shop` INT( 11 ) UNSIGNED NOT NULL,
`cover` tinyint(1) NOT NULL,
PRIMARY KEY (`id_image`, `id_shop`, `cover`),
KEY (`id_image`, `id_shop`, `cover`),
KEY `id_shop` (`id_shop`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;