Skip to content

Hash concurrent foreign key names similar to Rails

yorickpeterse-staging requested to merge hash-concurrent-foreign-key-names into master

This changes add_concurrent_foreign_key so that it hashes foreign key names instead of concatenating the table/column names together. See the commit message for more details.

Merge request reports