Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorSarah Mei <sarahmei@gmail.com>2011-07-01 07:35:09 +0400
committerSarah Mei <sarahmei@gmail.com>2011-07-01 07:35:09 +0400
commitb495e71c7758d7d7ff8277dfdb252a1a934203eb (patch)
tree639b0e3e113a147dcf644ba77399d275c1bcc0b7 /db
parent84ae3e6b9629a70a617e98791bedbfe465a95458 (diff)
DH SM MS update schema.rb to reflect edited migration
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
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