#298: Add a possibility to remove a ticket
---------------------------+------------------------------------------------
Reporter: actarus | Owner: cboos
Type: enhancement | Status: closed
Priority: normal | Milestone: 0.10
Component: ticket system | Version: 0.6.1
Severity: normal | Resolution: fixed
Keywords: |
---------------------------+------------------------------------------------
Comment (by [EMAIL PROTECTED]):
In case someone else needs to delete a ticket in a trac 0.9 instance
without installing extra plugins, here's the SQL:
{{{
$ sqlite trac.db
delete from ticket_change where ticket = 1234;
delete from ticket_custom where ticket = 1234;
delete from ticket where id = 1234;
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/298#comment:33>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets