[web2py] Re: Scheduler-related database tables created on sqLite but NOT on MySQL

2013-12-05 Thread Massimo Di Pierro
Are you sure you have not set DAL(...,migrate_enabled=False)? On Thursday, 5 December 2013 16:10:34 UTC-6, Yassen D. wrote: Hello all, I follow a simple video-tutorial (http://vimeo.com/27478796); so I create a model scheduler.py with this content: def f(): t = time.ctime()

Re: [web2py] Re: Scheduler-related database tables created on sqLite but NOT on MySQL

2013-12-05 Thread Yassen Damyanov
Thanks, Massimo, that was it. Niphlod answered that in another thread and I just got the problem solved. Again, I would suggest showing the migration status somewhere in the application header of the db administration page, of that sounds reasonable and not hard to do. Would help to newcomers