[rt-users] Deleting tickets 2

Steve Poirier steve at inet-technologies.com
Sat Aug 4 12:51:56 EDT 2001


Sorry but after some investigation i finally figured out a way to do it.

Is this correct (Simple example):
select id from Transactions where Ticket=2700;
+------+
| id   |
+------+
| 6962 |
+------+
delete from Attachments where TransactionId=6962;
delete from Tickets where id=2700;

Is that all i need to do?

Regards,
__
Steve Poirier
Project Manager
Inet-Technologies inc.





More information about the rt-users mailing list