Bruno17 / MIGX

MIGX for revo 2.2 and above
83 stars 78 forks source link

Make MIGX compatible with UTF8mb4 #311

Closed muzzwood closed 3 years ago

muzzwood commented 6 years ago

Now that the MODX core has been made compatible with UTF8mb4, it would be great to also have MIGX made compatible.

I think the main issue is that varchar index fields need to be brought down to a maximum of 191 instead of the current 255.

Bruno17 commented 3 years ago

should be solved with 188a6f1ecc9d8326ba97d828b8caa36479722fae

muzzwood commented 3 years ago

Fantastic! Thanks Bruno!