Changes between Version 1 and Version 2 of AdministrationTrac


Ignore:
Timestamp:
05/25/06 14:53:00 (7 years ago)
Author:
benjamin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdministrationTrac

    v1 v2  
    1  
    21== Administration du Trac d'AlternC == 
    32 
     
    1110pour supprimer un ticket, utiliser trac-admin et lancer :  
    1211 
    13 {{ 
     12{{{ 
    1413DELETE FROM ticket WHERE id=700; 
    1514DELETE FROM ticket_change WHERE ticket=700; 
    1615DELETE FROM attachment WHERE type='ticket' and id=700; 
    1716DELETE FROM ticket_custom WHERE ticket=700; 
    18 }} 
     17}}}