activerecord-cockroachdb-adapter icon indicating copy to clipboard operation
activerecord-cockroachdb-adapter copied to clipboard

Support removing unique constraints

Open BuonOmo opened this issue 1 year ago • 0 comments

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.

See excluded test test_remove_unique_constraint_by_column (as of writting, this exclusion is part of the rails 7.1 PR).

BuonOmo avatar Jan 15 '24 15:01 BuonOmo