We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759750e commit e3d4663Copy full SHA for e3d4663
1 file changed
server/src/main/resources/db/mysql/migration/V63_0__role_requested_authn_context.sql
@@ -0,0 +1,2 @@
1
+ALTER TABLE `roles`
2
+ add `requested_authn_context` varchar(255) DEFAULT NULL;
0 commit comments