summaryrefslogtreecommitdiff
path: root/db/migrate/20120720070000_add_waiting_to_be_syned_to_gs_cluster_sync_log_entry.rb
blob: d0d67be20046527e8dd6af90f26279dccff0c8ff (plain)
1
2
3
4
5
6
class AddWaitingToBeSynedToGsClusterSyncLogEntry < ActiveRecord::Migration
  def change
    add_column :gs_cluster_sync_log_entries, :waiting_to_be_synced, :boolean

  end
end