Update docs to disable rule in DB guides example
In the example for "Creating a new table when we have two foreign keys" we recommend using `add_foreign_key` but we have a Rubocop rule that warns against its usage - Migration/AddConcurrentForeignKey. This updates the examples too disable this rule.
Showing
Please register or sign in to comment