X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/63f9b5374e01394486a07dba4f9a43cfd76707e3..c0e2292b4ed0065448e11fe3ecd7b0ee8c87ff4b:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index a2ffacad7d..892afdbd36 100644 --- a/services/api/db/schema.rb +++ b/services/api/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20130611163736) 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 => 20130611163736) 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" @@ -336,7 +337,7 @@ ActiveRecord::Schema.define(:version => 20130611163736) do t.datetime "updated_at" end - add_index "repositories", ["name"], :name => "index_repositories_on_name" + add_index "repositories", ["name"], :name => "index_repositories_on_name", :unique => true add_index "repositories", ["uuid"], :name => "index_repositories_on_uuid", :unique => true create_table "specimens", :force => true do |t| @@ -370,6 +371,7 @@ ActiveRecord::Schema.define(:version => 20130611163736) 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"