-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Affects Version/s: None
-
Component/s: Registry Plugins
The database schema for the DuplicateCheckEnroller plugin for the redirect_url column is missing a "size" attribute.
As such, the SQL generated by AdoDB is
CREATE TABLE cm_duplicate_check_enrollers ( id INTEGER NOT NULL AUTO_INCREMENT, co_enrollment_flow_wedge_id INTEGER , `redirect_url` VARCHAR , `identifier_type` VARCHAR(32) , `env_remote_user` VARCHAR(80) , created DATETIME , modified DATETIME , duplicate_check_enroller_id INTEGER , revision INTEGER , deleted TINYINT(1) , `actor_identifier` VARCHAR(256) , PRIMARY KEY (id) )
|
That fails for MySQL 8.x with
You have an error in your SQL syntax;
|
- is caused by
-
CO-2403 Prevent Enrollment flow for authenticated user
-
- Resolved
-