I'm working with postgres, and I play a lot with the databases. Problem is, I get into lots of situations when I cannot use fake migration, because the DB is not in the right state yet, but I cannot use real migration, as the db files are not set right. What I readlly want, is a way to make web2py, on these special events (I know it's probably not the right way to handle things on a regular basis), to rebuild the migration files from the DB schema. Is there a way to do that?
Thanks in advance Yair --