Re: [web2py] DAL's fake_migrat and fake_migrate_all and migration problem with auth tables

2019-01-06 Thread Dave S
On Saturday, January 5, 2019 at 7:15:02 AM UTC-8, Chris V. wrote: > > I never tryed fake migrate before but every time that I move an app to > another server first I put the app in the server then I delete everything > inside the database folder, then run the app via web browser (this create >

Re: [web2py] DAL's fake_migrat and fake_migrate_all and migration problem with auth tables

2019-01-05 Thread Christian Varas
I never tryed fake migrate before but every time that I move an app to another server first I put the app in the server then I delete everything inside the database folder, then run the app via web browser (this create the structure of the database)? then resotre the db backup and done app + databa

[web2py] DAL's fake_migrat and fake_migrate_all and migration problem with auth tables

2019-01-04 Thread icodk
First both fake_migrate and fake_migrate_all are part of the DAL signature in the book, However fake_migrate is only explained when it is used in a table definition, not in DAL. Second issue that might be related: I try to move web2py application to another server, including a pg database in