fix(missing_file): add missing migration
This commit is contained in:
parent
c7bfd1af04
commit
9d666b32bc
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddDeletedAtToCommentaires < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :commentaires, :deleted_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue