X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4eb42fd91dc5e50840e0d3db5d5201561602a508..0df7a1c38affbc50a9c7d8834f9822e398860d91:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index 88b29e5b5a..c4cef7c6fb 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 => 20140423132913) do +ActiveRecord::Schema.define(:version => 20140423133559) do create_table "api_client_authorizations", :force => true do |t| t.string "api_token", :null => false @@ -64,7 +64,7 @@ ActiveRecord::Schema.define(:version => 20140423132913) do t.datetime "updated_at", :null => false end - add_index "authorized_keys", ["authorized_user_uuid", "expires_at"], :name => "index_authorized_keys_on_authorized_user_uuid_and_expires_at" + add_index "authorized_keys", ["authorized_user_uuid", "expires_at"], :name => "index_authkeys_on_user_and_expires_at" add_index "authorized_keys", ["uuid"], :name => "index_authorized_keys_on_uuid", :unique => true create_table "collections", :force => true do |t|