summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/database.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/rails/database.rb')
-rw-r--r--lib/puppet/rails/database.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/rails/database.rb b/lib/puppet/rails/database.rb
index 3127693cf..e0a91cb7a 100644
--- a/lib/puppet/rails/database.rb
+++ b/lib/puppet/rails/database.rb
@@ -24,6 +24,8 @@ class Puppet::Rails::Database < ActiveRecord::Migration
table.column :name, :string, :null => false
table.column :ip, :string
table.column :facts, :string
+ table.column :connect, :date
+ table.column :success, :date
table.column :classes, :string
end
end