20170409170753_add_last_webfingered_at_to_accounts.rb (149B)
- class AddLastWebfingeredAtToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :last_webfingered_at, :datetime
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20170409170753_add_last_webfingered_at_to_accounts.rb (149B)
- class AddLastWebfingeredAtToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :last_webfingered_at, :datetime
- end
- end