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