I've just passed through a large development iteration.
The indexes were manually built in the last migration.

I first though on adding the indexes in the individual migrations that
create or alter the tables. But I decided that it was easy to just
process all the indexes at the end.

Regards,
TF

On Mar 1, 9:46 pm, Tom Locke <[email protected]> wrote:
> > I highly recommend doing the latter -- as a rule of thumb, any
> > generated file should never be hand modified, unless it's trivial
> > scaffolding.
>
> The reason for that rule is that your changes are overwritten if the  
> file is ever re-generated. But that shouldn't ever happen with the  
> migration generator. In the design of the migration generator I fully  
> expected the migrations to sometimes be modified e.g. to add hand-
> coded data munging. As it turns out though I very rarely (never?) seem  
> to need to do that.
>
> Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to