[rt-users] transaction by misstake shredderd

ktm at rice.edu ktm at rice.edu
Thu Mar 1 11:12:09 EST 2012


On Thu, Mar 01, 2012 at 07:28:24AM -0800, john s. wrote:
> 
> 
> @ktm 
> 
> Thanks 
> 
> Now i have  imported the sql file into the database... so now i would like
> to know what the transaction 103 is .... so how i can search for it ...
> 
> 
> best regards 
> 
> john s. 

>From the previous SQL file:

`Transactions`(`created`,`creator`,`data`,`field`,`id`,`newreference`,`newvalue`,`objectid`,`objecttype`,`oldreference`,`oldvalue`,`referencetype`,`timetaken`,`type`)
VALUES('2011-04-07 15:39:46','30',NULL,NULL,'103',NULL,NULL,'8','RT::Ticket',NULL,NULL,NULL,'0','Create');

It is a Create transaction, by the user with the id = 30. You can check who that
is in the Configuration->Users screen. The id is at the far left of the screen.

Cheers,
Ken



More information about the rt-users mailing list