Bug 449009 - Rename groups.canonical_id since it refers to oracle OrgId
Summary: Rename groups.canonical_id since it refers to oracle OrgId
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Issue-Tracker
Classification: Retired
Component: Performance
Version: 4.6
Hardware: All
OS: All
medium
low
Target Milestone: ---
Assignee: Mike Amburn
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-29 21:12 UTC by Mike Amburn
Modified: 2012-06-26 20:47 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-06-26 20:47:55 UTC
Embargoed:


Attachments (Terms of Use)

Description Mike Amburn 2008-05-29 21:12:56 UTC
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.

Comment 1 Mike Amburn 2012-06-26 20:47:55 UTC
Closing my open Issue-Tracker requests.


Note You need to log in before you can comment on or make changes to this bug.