On Mar 1, 3:58 pm, Craig Kuhns <[email protected]> wrote:
> I don't believe hobo's migration generator does indexes. Hobo  
> migrations just generate a regular rails migration file. You should be  
> able to go in and add the normal index migration methods into the  
> generate hobo migrations before they are run or you can generate your  
> own migration like you normally would for a regular rails app and put  
> the indexes in there.
>

I highly recommend doing the latter -- as a rule of thumb, any
generated file should never be hand modified, unless it's trivial
scaffolding.

For instance, it would be highly useful if you could delete all
migrations that start with hobo_ and regenerate them as a single
migration later.

Bryan
--~--~---------~--~----~------------~-------~--~----~
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