-
Notifications
You must be signed in to change notification settings - Fork 58
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
ER_DUP_KEYNAME: Duplicate key name #103
Comments
Can you try if this happens with SQLite as well? The model should be set up to only initialize the table if it doesn't exist. |
Haven't tried this with SQLlite, but I can confirm this errors with postgres as well.
I temporarily fixed this by doing this:
I think this may be a breaking change in knex-0.13. Will investigate further. |
This was fixed in the generator, so you can close this? |
Indeed, it should be. Closing. |
Hi there,
I'm trying to use Feathers-Knex with Mysql.
I've run this cmd "feathers generate authentication"
After, i run the server, all it's good but if i restart it again i have this message :
Do you have any idea?
The text was updated successfully, but these errors were encountered: