summaryrefslogtreecommitdiff
path: root/db/migrate/20121105144944_add_last_sync_to_gs_nodes.rb
blob: aea4e6423574eb8e245a9dabf332d50e45ffe854 (plain)
1
2
3
4
5
6
class AddLastSyncToGsNodes < ActiveRecord::Migration
  def change
    add_column :gs_nodes, :last_sync, :datetime

  end
end