20170409170753_add_last_webfingered_at_to_accounts.rb 149 B

12345
  1. class AddLastWebfingeredAtToAccounts < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :accounts, :last_webfingered_at, :datetime
  4. end
  5. end