Class: AddHighriseSiteAndHighriseUserToUser

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/leads_to_highrise/templates/migrations/add_highrise_site_and_highrise_user_to_user.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/generators/leads_to_highrise/templates/migrations/add_highrise_site_and_highrise_user_to_user.rb', line 2

def change
  add_column :users, :highrise_site, :string
  add_column :users, :highrise_user, :string
end