feat(role): role bind
This commit is contained in:
9
scripts/db/rollback/0005.down.sql
Normal file
9
scripts/db/rollback/0005.down.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
BEGIN;
|
||||
|
||||
DROP INDEX IF EXISTS idx_refresh_tokens_token_fingerprint;
|
||||
|
||||
ALTER TABLE refresh_tokens
|
||||
DROP COLUMN IF EXISTS token_fingerprint;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user