mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-05-14 08:59:52 +00:00
4 lines
204 B
SQL
4 lines
204 B
SQL
ALTER TABLE oidc_authorization_codes DROP COLUMN authentication_method;
|
|
ALTER TABLE oidc_refresh_tokens DROP COLUMN authentication_method;
|
|
ALTER TABLE oidc_device_codes DROP COLUMN authentication_method;
|