add user#is_active flag
[arvados.git] / services / api / db / schema.rb
index 0a18b88d1b7796db13a166114fb573b5ad3566db..892afdbd36f4bd51cd4ae2ca6aac3419e380dc6b 100644 (file)
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20130612042554) do
+ActiveRecord::Schema.define(:version => 20130626002829) do
 
   create_table "api_client_authorizations", :force => true do |t|
     t.string   "api_token",               :null => false
@@ -41,6 +41,7 @@ ActiveRecord::Schema.define(:version => 20130612042554) do
     t.string   "url_prefix"
     t.datetime "created_at"
     t.datetime "updated_at"
+    t.boolean  "is_trusted",         :default => false
   end
 
   add_index "api_clients", ["created_at"], :name => "index_api_clients_on_created_at"
@@ -370,6 +371,7 @@ ActiveRecord::Schema.define(:version => 20130612042554) do
     t.text     "prefs"
     t.datetime "updated_at"
     t.string   "default_owner"
+    t.boolean  "is_active",          :default => false
   end
 
   add_index "users", ["created_at"], :name => "index_users_on_created_at"