
25 Apr
2003
25 Apr
'03
2:21 p.m.
Hi Alex, On Fri, Apr 25, 2003 at 10:40:04AM +0200, Alex Mihicinac wrote:
Thanks, now it's much better! :) btw... Is there any simple and safe way to delete all tickets/articles from db, but not all the other things (users, settings) in db?
If you want to remove all existing ticket/articles/attachments from db use: delete from article; delete from article_attachment; delete from article_plain; delete from ticket_history; delete from ticket;
Alex
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "The number of Unix installations has grown to 10, with more expected." The Unix Programmer's Manual, 2nd Edition, June 1972