What the state of your migrate flag? True or False? Notice there is also a migrate_all or something at the DB string level which prevent migrating of every tables...
Richard On Mon, May 25, 2015 at 11:48 AM, goome <[email protected]> wrote: > Hello > i again here to beg your help. > I modified a table (adding a column and setting writable=False in another) > in modes/db.py > but it had no effect: nor a form created by SQLFORM reflect the changes, > nor > db.table.fields show the new column. > But the column has indeed created in the db (sqlite). I can see it > querying the db directly, and also insql.log i can see the modification. > Moreover i make the same modification in the remote production server, and > there it worked. > What can be the problem in the local server? > Thanks > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

