modxcms / Redirector

Handles all your site redirects in MODx Revolution.
https://docs.modx.com/current/en/extras/redirector/index
8 stars 21 forks source link

Set index length for utf8mb4 charset #75

Closed halftrainedharry closed 1 year ago

halftrainedharry commented 1 year ago

With a utf8mb4 charset, the database table modx_redirects can't be created on install because of the indexes length. Error message: "Index column size too large. The maximum column size is 767 bytes."

This PR changes the schema and explicitly sets the length of the indexes.