Commit 707fa801

luu stiles <luuduong@gmail.com>
2012-05-04 07:00:32
not sure why this file changed but will test that RC works with it
1 parent 874817d
Changed files (1)
db/schema.rb
@@ -39,8 +39,8 @@ ActiveRecord::Schema.define(:version => 20120301034745) do
     t.datetime "last_sign_in_at"
     t.string   "current_sign_in_ip"
     t.string   "last_sign_in_ip"
-    t.datetime "created_at"
-    t.datetime "updated_at"
+    t.datetime "created_at",                                            :null => false
+    t.datetime "updated_at",                                            :null => false
   end
 
   add_index "admin_users", ["email"], :name => "index_admin_users_on_email", :unique => true