mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
8 lines
393 B
MySQL
8 lines
393 B
MySQL
|
DROP TABLE IF EXISTS oauth2_blacklisted_jti;
|
||
|
DROP TABLE IF EXISTS oauth2_authorization_code_session;
|
||
|
DROP TABLE IF EXISTS oauth2_access_token_session;
|
||
|
DROP TABLE IF EXISTS oauth2_refresh_token_session;
|
||
|
DROP TABLE IF EXISTS oauth2_pkce_request_session;
|
||
|
DROP TABLE IF EXISTS oauth2_openid_connect_session;
|
||
|
DROP TABLE IF EXISTS oauth2_consent_session;
|
||
|
DROP TABLE IF EXISTS user_opaque_identifier;
|