[-] CORE : fixed bug #PSCFV-4754 field name in image_type was too short
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
SET NAMES 'utf8';
|
||||
|
||||
UPDATE `PREFIX_meta` SET `page` = 'supplier' WHERE `page` = 'supply';
|
||||
|
||||
ALTER TABLE `PREFIX_image_type` CHANGE `name` `name` VARCHAR( 64 ) NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user