-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migration to remove hidden_at from dossiers
- Loading branch information
1 parent
6b322d6
commit a43ef0f
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
db/migrate/20240918132319_remove_hidden_at_column_from_dossiers.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 RemoveHiddenAtColumnFromDossiers < ActiveRecord::Migration[7.0] | ||
def change | ||
safety_assured { remove_columns :dossiers, :hidden_at } | ||
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