Ilias Lazaridis wrote: > Is there a standard way defined for adding fields to the datamodel?
No, this is not currently supported, but there has been discussion of making the Trac object model more flexible. At this time if you need extra information you can use a separate table to store your data. The Tags plugin is one example of storing fields related to wiki pages: http://muness.textdriven.com/trac/wiki/tags/Setup > * how do I add a field in the existent table Don't. Field you add to Trac's built-in tables may be lost when Trac upgrades its schema. If you need additional fields they should be stored in a separate table with a foreign-key style relation to the Trac tables. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
