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
The problem revolves around the query_params field with db_index set to True. There is a MySQL InnoDB restriction that text field based indices must have a defined length.
So, in theory you could either drop the db_index=True or specify a length parameter for the index to enforce.
Add support for MySQL backend
83448b7
was dropped in split migrations
b138fcb
The text was updated successfully, but these errors were encountered: