Skip to content

Commit

Permalink
fix(oauth2) ownership check
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco authored and thibaultcha committed Jan 12, 2017
1 parent a349fdf commit 8e961d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/plugins/oauth2/migrations/postgres.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ return {
up = function(_, _, dao)
local rows, err = dao.plugins:find_all({name = "oauth2"})
if err then return err end

for _, row in ipairs(rows) do
row.config.global_credentials = true

Expand Down

0 comments on commit 8e961d6

Please sign in to comment.