Authenticate against auth.clinicalfuture.com
[arvados.git] / db / schema.rb
index 9d25e7ee281545767b5cbb438622195b743b626d..3a64857324b161c12057b0f0f3620b9c77df48df 100644 (file)
@@ -167,4 +167,21 @@ ActiveRecord::Schema.define(:version => 20130122221616) do
 
   add_index "specimens", ["uuid"], :name => "index_specimens_on_uuid", :unique => true
 
+  create_table "users", :force => true do |t|
+    t.string   "uuid"
+    t.string   "created_by_client"
+    t.string   "created_by_user"
+    t.datetime "created_at"
+    t.string   "modified_by_client"
+    t.string   "modified_by_user"
+    t.datetime "modified_at"
+    t.string   "email"
+    t.string   "first_name"
+    t.string   "last_name"
+    t.string   "identity_url"
+    t.boolean  "is_admin"
+    t.text     "prefs"
+    t.datetime "updated_at"
+  end
+
 end