-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed log_domains object_changes default value
- Loading branch information
Sergei Tsoganov
authored and
Sergei Tsoganov
committed
Dec 7, 2022
1 parent
1b1f7ea
commit e70be80
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
db/migrate/20221207102831_change_log_domains_object_changes_default_value.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,5 @@ | ||
class ChangeLogDomainsObjectChangesDefaultValue < ActiveRecord::Migration[6.1] | ||
def change | ||
change_column_default :log_domains, :object_changes, nil | ||
end | ||
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