Changes between Version 1 and Version 2 of AdministrationTrac
- Timestamp:
- 05/25/06 14:53:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdministrationTrac
v1 v2 1 2 1 == Administration du Trac d'AlternC == 3 2 … … 11 10 pour supprimer un ticket, utiliser trac-admin et lancer : 12 11 13 {{ 12 {{{ 14 13 DELETE FROM ticket WHERE id=700; 15 14 DELETE FROM ticket_change WHERE ticket=700; 16 15 DELETE FROM attachment WHERE type='ticket' and id=700; 17 16 DELETE FROM ticket_custom WHERE ticket=700; 18 }} 17 }}}
