Is "events" a reserved word or something? I'm running hobo edge on the rails3 branch, and every time I run hobo g migrations, it generates a 'create' migration for my events model, even though that migration is already present in a previous migration. I have to manually edit the migration after generation to remove the up and down migration, and it works then.
I even tried dropping the events table from my db by hand, running the migration generator which again produced the 'create' for the events table, and then running the migration, but the next time I generated a migration, it once again generated a migration to create the events table. -- 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.
