Gallery icon indicating copy to clipboard operation
Gallery copied to clipboard

Fix schema for utf8mb4

Open halftrainedharry opened this issue 2 years ago • 0 comments

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.

halftrainedharry avatar Sep 05 '22 20:09 halftrainedharry