This app is in production.
What's the function of migrate?

I've tried this:
db = DAL('sqlite://storage.sqlite',pool_size=1,check_reserved=['all'], 
fake_migrate_all=True, migrate=True)

And I don't have any .table file.
What's the function of .table files? Is it a problem don't having these 
files?

Il giorno giovedì 19 marzo 2015 14:14:13 UTC+1, Leonel Câmara ha scritto:
>
> migrate=True and fake_migrate=True will make them be recreated. Then you 
> can set fake_migrate=False and probably you will want to set migrate to 
> False if this is in production until such a time as you change the tables.
>

-- 
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.

Reply via email to