authelia/internal/storage/migrations/mysql/V0010.FixConsentIDNotNull.u...

2 lines
131 B
SQL

ALTER TABLE oauth2_access_token_session MODIFY challenge_id CHAR(36) NULL DEFAULT NULL, MODIFY subject CHAR(36) NULL DEFAULT NULL;