logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20170409170753_add_last_webfingered_at_to_accounts.rb (149B)


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