You are right, maybe a development server and a production server could 
have different .table files but share the same model file. There is no 
problem for us to keep one of our versions with fake_migrate=True. Can we 
switch who is using migrate=True? What happens if both of us use 
migrate=True at the same time? Thank you!

El jueves, 20 de julio de 2017, 18:57:18 (UTC-5), Leonel Câmara escribió:
>
> I don't put the databases folder under source control. This way I can 
> update the in production version without worries. If you two are sharing 
> the same database in development, which I don't do in my team, then the 
> best is for one of you to always have migrations enabled with fake_migrate 
> True and the other one to have migrate True and fake_migrate False.  
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to