Re: [web2py] Re: Won't DB detect table existence?

2012-04-07 Thread Ronghui Yu
No, I did NOT change anything. Just before I restarted Apache, I used the same URI string in Python command line to connect the DB. But I found that I could connect to it, but the return DB instance does not have the table definition. On Sat, Apr 7, 2012 at 10:22 PM, Massimo Di Pierro < massimo.di

[web2py] Re: Won't DB detect table existence?

2012-04-07 Thread Massimo Di Pierro
Did you change the database password, or something else in the URI string? If so, and if you did not change anything else, set a fake_migration=True to rebuild the *.table for the new URI. On Saturday, 7 April 2012 02:33:32 UTC-5, Ronghui Yu wrote: > > Hi, All, > > I was running my app locally w