Skip to content

Commit 561f601

Browse files
committed
[FIX] auth_api_key: Add neutralize script
1 parent 2eb4fed commit 561f601

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)