If you manually edit your database frequently you may consider set your table to migrate=false... Do what ever you want as long as you think manually synced your model at db level an web2py level congruent will work... More works for sure, but more control and fine tuning at db level is easier... You can do this on table basis I think but not sure...
Richard On Tue, May 3, 2011 at 6:02 PM, pbreit <[email protected]> wrote: > I think I might have fixed it. We shall see. I can't remember all my steps > but I did some manual editing to the DB, removed and added back the Field() > and then did a fake_migrate. It seems that I need to have both migrate and > fake_migrate True for anything to happen?

