typo in oauth2 migration
This commit is contained in:
parent
53c87562f4
commit
7de12e7a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue