summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/sqlite/V0017.OAuth2Claims.down.sql
blob: 360552a1b5af1b3f4349d56d0133b59b8827c168 (plain)
1
2
3
4
5
6
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;