summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/database.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-13 16:15:35 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-13 16:15:35 +0000
commit8ed666a7c202420d4bc59cea77f3bd0bec95cc11 (patch)
tree2b23ba9718f3520a9661d1b8caa3064669f72d7b /lib/puppet/rails/database.rb
parent5863a0336e1f3bd5e1be85676bb0e7ac7337f2e6 (diff)
downloadpuppet-8ed666a7c202420d4bc59cea77f3bd0bec95cc11.tar.gz
puppet-8ed666a7c202420d4bc59cea77f3bd0bec95cc11.tar.xz
puppet-8ed666a7c202420d4bc59cea77f3bd0bec95cc11.zip
adding a few more fields to the host table
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1188 980ebf18-57e1-0310-9a29-db15c13687c0
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