-- Migration 0016_jwt_revocations.down.sql DROP INDEX IF EXISTS idx_jwt_revocations_expires; DROP INDEX IF EXISTS idx_jwt_revocations_address; DROP TABLE IF EXISTS jwt_revocations;