Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MySQL backend #19

Closed
dvinegla opened this issue Apr 15, 2016 · 2 comments
Closed

Add support for MySQL backend #19

dvinegla opened this issue Apr 15, 2016 · 2 comments

Comments

@dvinegla
Copy link

Add support for MySQL backend
83448b7
was dropped in split migrations
b138fcb

@avelis
Copy link
Collaborator

avelis commented Nov 7, 2016

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.

I am in favor of dropping the index requirement.

@avelis avelis added the bug label Nov 15, 2016
@avelis avelis added the MySQL label Nov 15, 2016
avelis added a commit that referenced this issue Nov 16, 2016
Fixes MySQL incomplete in field arguments in migrations file.

Should address #19 , #29
@avelis avelis closed this as completed Nov 23, 2016
@avelis avelis reopened this Nov 30, 2016
@avelis
Copy link
Collaborator

avelis commented Dec 16, 2016

Addressed in the following release: https://github.com/aschn/drf-tracking/releases/tag/1.0.1

@avelis avelis closed this as completed Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants