4 changed files with 20 additions and 7 deletions
@ -0,0 +1,5 @@
|
||||
class AddDiscardedAtColumnToUsers < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :users, :discarded_at, :datetime |
||||
end |
||||
end |
||||
Loading…
Reference in new issue