We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything is working in both development and production, but when I run
heroku run rake db:migrate
I get this error:
PG::DuplicateColumn: ERROR: column "invitation_token" of relation "users" already exists
There's no prior installation. The column only appears once; the devise_to_users migration is identical to the one provided in Github.
Any help would be most appreciated. I can't find a duplication of the error .
The text was updated successfully, but these errors were encountered:
What's migration status? heroku run rake db:migrate:status
Sorry, something went wrong.
No branches or pull requests
Everything is working in both development and production, but when I run
heroku run rake db:migrate
I get this error:
PG::DuplicateColumn: ERROR: column "invitation_token" of relation "users" already exists
There's no prior installation. The column only appears once; the devise_to_users migration is identical to the one provided in Github.
Any help would be most appreciated. I can't find a duplication of the error .
The text was updated successfully, but these errors were encountered: