It's not a shopstopper, I just don't migrate immediately, fix the migration by hand and run it, but I don't get a few things:
Why does it suggest :limit => 4 , this is so un-Hobo-esque ?
I don't find any limit setting to 4 in the Hobo code, I looked in the current /hobo/hobo_fields/lib/generators/hobo/migration/*
I thought, maybe it's the postfix _nr ... so I thought : change the columns to erp_account_nur, but that wouldn't rename, it would retype the old column to integer still and create a new column.
Probably I'm doing something completely wrong here ...
I see a strange issue here: I added to the user model
a long time ago. Suddenly when i run the migration generator (because of a change in another model), it also wants to change
and correspondingly
It's not a shopstopper, I just don't migrate immediately, fix the migration by hand and run it, but I don't get a few things:
/hobo/hobo_fields/lib/generators/hobo/migration/*
_nr
... so I thought : change the columns toerp_account_nur
, but that wouldn't rename, it would retype the old column to integer still and create a new column.Probably I'm doing something completely wrong here ...