per Lisa Davidson (llu): There are cononical_id columns in both groups table and customer_user_cache table. groups.cononial_id refers to Oracle OrgId customer_user_cache.cononical_id refers to username in User Service Table: groups `canonical_id` bigint(20) default '0', ------------------------------------------ Table: customer_user_cache `canonical_id` varchar(45) default NULL, We should rename groups.cononical_id to avoid the confusion.
Closing my open Issue-Tracker requests.