about summary refs log tree commit diff
path: root/db/migrate/20181204193439_add_last_status_at_to_account_stats.rb
blob: 9466627071503682aba591344992e1663420870e (plain) (blame)
1
2
3
4
5
class AddLastStatusAtToAccountStats < ActiveRecord::Migration[5.2]
  def change
    add_column :account_stats, :last_status_at, :datetime
  end
end