summaryrefslogtreecommitdiff
path: root/db/migrate/20121105144944_add_last_sync_to_gs_nodes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20121105144944_add_last_sync_to_gs_nodes.rb')
-rw-r--r--db/migrate/20121105144944_add_last_sync_to_gs_nodes.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20121105144944_add_last_sync_to_gs_nodes.rb b/db/migrate/20121105144944_add_last_sync_to_gs_nodes.rb
new file mode 100644
index 0000000..aea4e64
--- /dev/null
+++ b/db/migrate/20121105144944_add_last_sync_to_gs_nodes.rb
@@ -0,0 +1,6 @@
+class AddLastSyncToGsNodes < ActiveRecord::Migration
+ def change
+ add_column :gs_nodes, :last_sync, :datetime
+
+ end
+end