logo

mastofe

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

20160920003904_remove_verify_token_from_accounts.rb (168B)


  1. class RemoveVerifyTokenFromAccounts < ActiveRecord::Migration[5.0]
  2. def change
  3. remove_column :accounts, :verify_token, :string, null: false, default: ''
  4. end
  5. end