BigW Consortium Gitlab

20150320234437_add_location_to_user.rb 137 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddLocationToUser < ActiveRecord::Migration
  def change
    add_column :users, :location, :string
  end
end