summaryrefslogtreecommitdiff
path: root/db/migrate/20120614113931_add_gs_node_information_to_sip_account.rb
blob: 057f5435d21eba47702bd7ef8ce625e1be70b277 (plain)
1
2
3
4
5
6
7
8
class AddGsNodeInformationToSipAccount < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :gs_node_id, :integer

    add_column :sip_accounts, :gs_node_original_id, :integer

  end
end