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