mirror of https://github.com/authelia/authelia.git
7 lines
288 B
SQL
7 lines
288 B
SQL
ALTER TABLE oauth2_consent_session
|
|
DROP COLUMN granted_claims;
|
|
|
|
ALTER TABLE oauth2_consent_preconfiguration DROP COLUMN requested_claims;
|
|
ALTER TABLE oauth2_consent_preconfiguration DROP COLUMN signature_claims;
|
|
ALTER TABLE oauth2_consent_preconfiguration DROP COLUMN granted_claims;
|