On Nov 13, 7:26 am, Christopher Lenz <[EMAIL PROTECTED]> wrote:
> Am 11.11.2006 um 23:48 schrieb mankoff:
>
> > New Trac versions do not include the 'severity' field in a ticket
> > report. I have an old install but would like to remove severity. Is
> > there an easy way to just delete this field from all tickets in the
> > DB?I wrote a contrib script that can do that:
>
> <http://trac.edgewall.org/browser/trunk/contrib/
> migrateticketmodel.py>
>
> Not seriously tested, so be sure to make a backup before running it!
>
> Cheers,
> Chris
Hi Chris,
Thanks, that is what I was looking for. I have limited python skills,
and get the following:
$ ./migrateticketmodel.py /opt/trac
Traceback (most recent call last):
File "./migrateticketmodel.py", line 15, in <module>
from trac.env import open_environment
ImportError: No module named trac.env
Can you tell me how to run this?
Thanks,
-k.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Trac Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---