At Friday 10/12/2007 01:13 PM, Jesse Vincent wrote:
On Oct 11, 2007, at 5:03 PM, Stephen Turner wrote:
This smells like data corruption.
It sure does.
I thank you!
This affected about 5 user accounts and coincidentally they were all
created on the day we did our mysql -> Oracle migration b
On Oct 11, 2007, at 5:03 PM, Stephen Turner wrote:
Can anyone think of a reason why a user in the RT database would
not appear in
the "Everyone" group?
The user id is 709157
The "Everyone" group id is 3
This query returns no rows:
select * from groupmembers where groupid = 3 and memberid
Can anyone think of a reason why a user in the RT database would not appear in
the "Everyone" group?
The user id is 709157
The "Everyone" group id is 3
This query returns no rows:
select * from groupmembers where groupid = 3 and memberid = 709157;
I've arrived at this point trying to track dow