Comment from models the the columns that are not in db bust must be added. Set fake_migrate=True. Run your models (visit appadmin once). Set fake_migrate=False and uncomment the columns you want to migrate. Run your models again (visit appadmin to load your app).
this should fix it. On Sunday, 22 July 2012 17:59:37 UTC-5, david.waldrop wrote: > > ok this is very screwy, the table definition in /databases has the > "extra_filelds", but teh postgress db does not. and there doesn't seem to > be a way to get web2py to add them, at least not with the migrate options I > am aware of. WHat do you think about manually adding the columns to the > postgres db??? I am woried about any internal relations, constraints, etc > that may be set when using auth.settings.extra_fields.... --

