> Some days ago I noticed that although the db schema is uptodate, when > running hobo_migration, it wanted to change the default state value to > "--- :active\n" (:active is default)
Argh - yes my bad. I made the mistake of setting the DB default as a symbol instead of a string, which causes this problem. It's fixed now, but of course the database already has the default, and I think maybe the migration generator is failing to detect that :new is different to "new". You need to make sure you've got the latest code, and figure out a way to get the new column default in place. Maybe manually edit the broken migration, then migrate back and forwards? 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 -~----------~----~----~----~------~----~------~--~---
