Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-b1
-
Component/s: None
-
Labels:None
Description
This came up with the pterodactyl egg variables, but some modules may exceed the current 32 character limit for package meta keys. Add an migration:
ALTER TABLE `package_meta` CHANGE `key` `key` VARCHAR(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL;