Re: [web2py] Re: How to recreate Scheduler tables?

2016-08-22 Thread Tito Garrido
Thanks! On Mon, Aug 22, 2016 at 10:36 AM, Niphlod wrote: > mysched = Scheduler(., migrate=True) > > > On Monday, August 22, 2016 at 3:17:24 PM UTC+2, Tito Garrido wrote: >> >> I have upgraded from 2.5.1 to the latest version but seems that the >> scheduler tables had

[web2py] Re: How to recreate Scheduler tables?

2016-08-22 Thread Niphlod
mysched = Scheduler(., migrate=True) On Monday, August 22, 2016 at 3:17:24 PM UTC+2, Tito Garrido wrote: > > I have upgraded from 2.5.1 to the latest version but seems that the > scheduler tables had changed... I have dropped the old ones and now I am > trying to set web2py to recreate it.