Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)

Home Page:http://hobocentral.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would be nice if migrations had <Model>.reset_column_information statements

hbaragar opened this issue · comments

In hobo migrations, after adding a column(s) to the Project model, there should be a

Project.reset_column_information

to make the new columns available in the migration for doing data conversion.
I had forgotten about this and spent three hours trying to figure out why my new columns were not being populated