summaryrefslogtreecommitdiff
path: root/db/migrate/20120614115938_add_gs_node_information_to_hunt_group.rb
blob: 0e5bdd35b3d8a70045e0163c49eba68ee551eadf (plain)
1
2
3
4
5
6
7
8
class AddGsNodeInformationToHuntGroup < ActiveRecord::Migration
  def change
    add_column :hunt_groups, :gs_node_id, :integer

    add_column :hunt_groups, :gs_node_original_id, :integer

  end
end