Fix `#down` for two protected branches-related migrations.
-
The migrations called
add_column_with_default
with anull
option, which the Railsadd_column
method accepts. This fails becauseadd_column_with_default
expects anallow_null
option instead. -
The migrations have been fixed to use
allow_null
.
Merge request reports
Activity
Filter activity
@DouweM: This will need to be merged in before we can rollback dev to replay migrations from !5658 (merged).
mentioned in commit bd156bb8
Please register or sign in to reply