Skip to content

Commit

Permalink
Describe safe_by_default behaveiour explicitly (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchipchase authored Nov 8, 2024
1 parent b78deb4 commit e077173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ Certain methods like `execute` and `change_table` cannot be inspected and are pr

## Safe by Default

Make operations safe by default.
Make operations safe by default. For these select migrations, this allows you to write the code under the "Bad" section, but the migration will be performed as if you had written the "Good" version.

- adding and removing an index
- adding a foreign key
Expand Down

0 comments on commit e077173

Please sign in to comment.