add trashable to question

This commit is contained in:
João Geonizeli
2022-08-05 23:40:03 +00:00
parent 9917441fe4
commit 5005d7ca68
6 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class AddDeletedAtToQuestion < ActiveRecord::Migration[7.0]
def change
add_column :questions, :deleted_at, :datetime
end
end