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
As of now we have the following error message:
unimplemented: cannot drop UNIQUE constraint "uniq_rails_1e07660b77" using ALTER TABLE DROP CONSTRAINT, use DROP INDEX CASCADE instead
It seems that with a local version of the #remove_constraint method we could support it.
#remove_constraint
See excluded test test_remove_unique_constraint_by_column (as of writting, this exclusion is part of the rails 7.1 PR).
test_remove_unique_constraint_by_column
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of now we have the following error message:
It seems that with a local version of the
#remove_constraint
method we could support it.See excluded test
test_remove_unique_constraint_by_column
(as of writting, this exclusion is part of the rails 7.1 PR).The text was updated successfully, but these errors were encountered: