Hi - another repetitive migration issue - Hobo 1.3, Ruby 1.9.2p290,
Rails 3.0.11

hobo generate resource foo status:string
hobo generate resource bar status:string

Field definitions for both include:

  status enum_string(:one, :two, :three), :default => :one

You can then run successive "hobo g migration" and it will
persistently re-create the same migration to make status columns with
"active" as a default.

How can I suppress this redundant migration, am I doing the wrong
thing and therefore triggering this because I don't what I'm doing, or
have I found a bug? Help!

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