To me fake_migrate and migrate also is a lot magical... I would like to be able to short cut the migrate process and get the DDL and excute it myself after have reading it and...
So fake_migrate to should generate a SQL script file that I could read and execute... It should just do the samething of migrate do, but sending it into file... It a migrate and it's a fake... ?_migrate should allow web2py to internally sync it metadata, etc. What fake_migrate acutally do... To be clear, I would like to be able to do exactly what I don't like Django that much for, I mean, migrate my model by hand when I need it (syncdb)... It is maybe already possible I don't know... Richard On Fri, Sep 9, 2011 at 2:18 PM, pbreit <[email protected]> wrote: > And known migration limitations of the various DB backends.

