summaryrefslogtreecommitdiff
path: root/db/migrate/20151210030143_add_unlock_token_to_user.rb
blob: 0ea66ba65dfa6df8896b219dcedbb9aac460b9cd (plain)
1
2
3
4
5
class AddUnlockTokenToUser < ActiveRecord::Migration
  def change
    add_column :users, :unlock_token, :string
  end
end