Merge branch '23666-set-null-true-for-timestamps-columns-in-migrations' into 'master'
Add `null: true` to timestamps in migrations that does not define it
This is to ensure that migrations will still be consitent when we will
upgrade to Rails 5 which default to `null: false` for timestamps
columns.
Fixes #23666.
See merge request !7791
Showing
Please
register
or
sign in
to comment