mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-27 09:15:05 +03:00
Co-authored-by: Kyle Mendell <kmendell@ofkm.us> Co-authored-by: Elias Schneider <login@eliasschneider.com>
3 lines
165 B
SQL
3 lines
165 B
SQL
ALTER TABLE oidc_clients DROP COLUMN requires_reauthentication;
|
|
DROP INDEX IF EXISTS idx_reauthentication_tokens_token;
|
|
DROP TABLE IF EXISTS reauthentication_tokens; |