about summary refs log tree commit diff
path: root/db/migrate/20170409170753_add_last_webfingered_at_to_accounts.rb
blob: 08c916fe2a2ee795b26538ac1e450f2c6066dc18 (plain) (blame)
1
2
3
4
5
class AddLastWebfingeredAtToAccounts < ActiveRecord::Migration[5.0]
  def change
    add_column :accounts, :last_webfingered_at, :datetime
  end
end