authelia/internal/storage/migrations/sqlite/V0017.OAuth2Claims.down.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;