mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-08 01:34:19 +00: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;
|