hello all,

I want to add new column [ticket_type_id] in ticket table as group id for type.
Now wo have  three type, task, bug, defect wo save data in ticket table as 
below:

Ticket_id .... ticket_type_id       type
1                    1                         task
2                    2                         task
3                    1                          bug
4                    1                          defect 
5                    2                          defect 
6                    3                          defect 
7                    4                          defect 

I could use database triggers to do it. 
I want to know if there are some good ideas to do it.


Thanks, 
Charlie Tian

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to