This commit is contained in:
Scott Bartell 2021-09-30 13:00:22 -04:00 committed by GitHub
parent 414e8dea59
commit 5c5990e1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -388,7 +388,7 @@
config.active_record.partial_inserts = true
```
If a migration remove the default value of a column, this option
If a migration removes the default value of a column, this option
would cause old processes to no longer be able to create new records.
If you need to remove a column, you should first use `ignored_columns`