[-] CORE : FixBug #PSCSX-89 - Up configuration name size to 255
This commit is contained in:
@@ -423,7 +423,7 @@ CREATE TABLE `PREFIX_configuration` (
|
||||
`id_configuration` int(10) unsigned NOT NULL auto_increment,
|
||||
`id_shop_group` INT(11) UNSIGNED DEFAULT NULL,
|
||||
`id_shop` INT(11) UNSIGNED DEFAULT NULL,
|
||||
`name` varchar(32) NOT NULL,
|
||||
`name` varchar(255) NOT NULL,
|
||||
`value` text,
|
||||
`date_add` datetime NOT NULL,
|
||||
`date_upd` datetime NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user