You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I'm missing something, all the execute(..) calls in the migrations are unneeded if you just set your database encoding correctly to start with. Plus, those types seems to be specific to MySQL and are b0rken on other databases. Works great on Postgres without them.
Thanks a ton for your efforts, and keep up the great work!