summaryrefslogtreecommitdiff
path: root/db/migrate/20120722072517_add_association_to_gs_cluster_sync_log_entry.rb
blob: 6c9c050630bfbc21281cf37d25ffe5b3cdb485b7 (plain)
1
2
3
4
5
6
7
8
class AddAssociationToGsClusterSyncLogEntry < ActiveRecord::Migration
  def change
    add_column :gs_cluster_sync_log_entries, :association_method, :string

    add_column :gs_cluster_sync_log_entries, :association_uuid, :string

  end
end