-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
RepublishingEvent
bulk
default value
Now that we've updated existing `RepublishingEvent`s with no `bulk` value to set the value to `false`, we'd rather not provide the default option and ensure the value is set explicitly where `RepublishingEvent`s are created.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
db/migrate/20240529103123_make_republishing_events_bulk_nil_by_default.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
class MakeRepublishingEventsBulkNilByDefault < ActiveRecord::Migration[7.1] | ||
change_column_default(:republishing_events, :bulk, nil) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters