summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/postgres/V0010.FixConsentIDNotNull.up.sql
blob: 15e48932202b90a1bbf3869abbd380ace52d0805 (plain)
1
ALTER TABLE oauth2_access_token_session ALTER COLUMN challenge_id DROP NOT NULL, ALTER COLUMN challenge_id SET DEFAULT NULL, ALTER COLUMN subject DROP NOT NULL, ALTER COLUMN subject SET DEFAULT NULL;