if you drop the table you need to delete also the databases/*_scheduler_task.table file, otherwise web2py does not know that the table does not exists.
Il giorno mercoledì 19 settembre 2012 12:09:24 UTC+2, Tim Richardson ha scritto: > > > > On Wednesday, 19 September 2012 19:17:32 UTC+10, Niphlod wrote: >> >> a column with a unique costraint was added. Given that you had a >> scheduler_table not empty, that newly added column was giving you the >> problems. >> What did you do when you say "I deleted the scheduler_task table" ? >> > > I used an sqlite editor to run the sql query 'delete from scheduler_task > to delete all rows. I still got the error relating to the unique column. > Then I used the samed editor to simply delete the table (drop it, I guess) > >> >> --

