Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix FK check bug in ALTER COLUMN TYPE
This commit fixes an implementation bug when checking that the table's foreign keys didn't hold a reference to the altered column. Fixes cockroachdb#71089. Release justification: simple fix for blatant correctness bug Release note (bug fix): fixes a bug which caused ALTER COLUMN TYPE statements to fail when they shouldn't have.
- Loading branch information