typo in oauth2 migration

This commit is contained in:
Wouter Timmermans 2011-06-29 12:39:59 +02:00
parent 53c87562f4
commit 7de12e7a5a

View file

@ -43,7 +43,7 @@ class AddOAuth2Support < ActiveRecord::Migration
t.datetime 'updated_at' t.datetime 'updated_at'
end end
add_index "oauth_authorizations", ["resource_owner_id", "resource_owner_type", "client_id"], :unque => true, :name => "index_oauth_authorizations_on_resource_owner_and_client_id" add_index "oauth_authorizations", ["resource_owner_id", "resource_owner_type", "client_id"], :unique => true, :name => "index_oauth_authorizations_on_resource_owner_and_client_id"
end end
def self.down def self.down