Skip to content

Commit e965349

Browse files
committed
Merge PR #915 into 18.0
Signed-off-by etobella
2 parents 963b6c5 + 561f601 commit e965349

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

auth_api_key/data/neutralize.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- deactivate all api keys and clear the keys
2+
UPDATE auth_api_key
3+
SET active = false,
4+
key = 'neutralized';

0 commit comments

Comments
 (0)