Gallery
Gallery copied to clipboard
Fix schema for utf8mb4
The fields "name" (galAlbum) and "tag" (galTag) are too big for an index if a utf8mb4 character set is used.
It creates error messages (Specified key was too long; max key length is 1000 bytes
) during the installation and both database tables are not created.