[-] CORE : FixBug #PSCSX-89 - Up configuration name size to 255

This commit is contained in:
Jerome Nadaud
2013-12-11 11:44:34 +01:00
parent 3792fab83a
commit 347c0176a5
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -6,3 +6,5 @@ INSERT INTO `PREFIX_hook_module` (`id_module`, `id_shop`, `id_hook`, `position`)
WHERE m.name IN ('dashgoals', 'dashactivity', 'dashtrends', 'dashproducts')
AND h.name IN ('actionAdminControllerSetMedia')
);
ALTER TABLE `PREFIX_configuration` CHANGE `name` `name` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;