Re: [web2py] Re: Creating table on the fly with the app in production

2019-03-08 Thread Gualter Portella
Thanks, Leonel! I will try it out tomorrow. Cheers Enviado do meu iPhone Em 8 de mar de 2019, à(s) 19:58, Leonel Câmara escreveu: > The simple stuff you talk about should simply work: > > 0. backup the database, this is just good practice... > 1. if you're running the scheduler you should

[web2py] Re: Creating table on the fly with the app in production

2019-03-08 Thread Leonel Câmara
The simple stuff you talk about should simply work: 0. backup the database, this is just good practice... 1. if you're running the scheduler you should stop it until migration is finished and migrate is disabled 2. update the code making sure migrate is True. 3. visit appadmin to make sure all