On Fri, Dec 30, 2011 at 7:33 AM, Jeremy Chatfield <[email protected]> wrote: > > How do I stop hobo from trying to make a table that is already defined? > There is probably some file I need to make or edit with some magic in it... > and I can't work out what it is!
You can also tell HoboFields to ignore additional tables. You can place this command in your environment.rb or elsewhere: >> Generators::Hobo::Migration::Migrator.ignore_tables = ["green_fishes"] That was from the manual. Not a criticism of you, because sometimes it's hard to find stuff in the manuals. I just wanted to make sure it was actually in there. 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.
