Reviewed-by: Paul Berry <[email protected]>
Signed-off-by: Matt Robinson <[email protected]>
---
Local-branch: ticket/next/5725_schema
 db/schema.rb |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/db/schema.rb b/db/schema.rb
index bd3c2fe..f1ab6ed 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control 
system.
 
-ActiveRecord::Schema.define(:version => 20101229023023) do
+ActiveRecord::Schema.define(:version => 20101230054456) do
 
   create_table "assignments", :force => true do |t|
     t.integer  "node_id"
@@ -176,23 +176,4 @@ ActiveRecord::Schema.define(:version => 20101229023023) do
     t.datetime "updated_at"
   end
 
-  create_table "users", :force => true do |t|
-    t.string   "login",                              :null => false
-    t.string   "email"
-    t.string   "crypted_password",                   :null => false
-    t.string   "password_salt",                      :null => false
-    t.string   "persistence_token",                  :null => false
-    t.string   "single_access_token",                :null => false
-    t.string   "perishable_token",                   :null => false
-    t.integer  "login_count",         :default => 0, :null => false
-    t.integer  "failed_login_count",  :default => 0, :null => false
-    t.datetime "last_request_at"
-    t.datetime "current_login_at"
-    t.datetime "last_login_at"
-    t.string   "current_login_ip"
-    t.string   "last_login_ip"
-    t.datetime "created_at"
-    t.datetime "updated_at"
-  end
-
 end
-- 
1.7.3.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to