authelia/internal/storage/migrations/postgres/V0016.OAuth2ConsentSubjectN...

4 lines
118 B
SQL

ALTER TABLE oauth2_consent_session
ALTER COLUMN subject DROP NOT NULL,
ALTER COLUMN subject SET DEFAULT NULL;