debian-mirror-gitlab/db/migrate/20150320234437_add_location_to_user.rb
2019-02-15 15:39:39 +05:30

5 lines
120 B
Ruby

class AddLocationToUser < ActiveRecord::Migration[4.2]
def change
add_column :users, :location, :string
end
end