rvr-nextgen/database/migrations/structure/20250820_0113_oauth_nonce_null.sql
Pőcze Bence d82e17422c
All checks were successful
rvr-nextgen/pipeline/head This commit looks good
rvr-nextgen/pipeline/tag This commit looks good
make nonce optional
2025-08-20 01:17:37 +02:00

3 lines
109 B
SQL

ALTER TABLE `oauth_sessions`
MODIFY `nonce` varchar(255) CHARACTER SET ascii COLLATE ascii_bin DEFAULT NULL;