From b495e71c7758d7d7ff8277dfdb252a1a934203eb Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Thu, 30 Jun 2011 20:35:09 -0700 Subject: [PATCH] DH SM MS update schema.rb to reflect edited migration --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 921cabc24..86ba0bfe0 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -197,7 +197,7 @@ ActiveRecord::Schema.define(:version => 20110623210918) do t.datetime "expires_at" end - add_index "oauth_authorizations", ["resource_owner_id", "resource_owner_type", "client_id"], :name => "index_oauth_authorizations_on_resource_owner_and_client_id" + add_index "oauth_authorizations", ["resource_owner_id", "resource_owner_type", "client_id"], :name => "index_oauth_authorizations_on_resource_owner_and_client_id", :unique => true create_table "oauth_clients", :force => true do |t| t.string "name", :limit => 127, :null => false