On Sun, Aug 22, 2010 at 12:12 AM, mdipierro <mdipie...@cs.depaul.edu> wrote:
> My guess is that this is a problem with sqlite. You had the field, you > removed it (but sqlite does not support drop), then you put it back > (and web2py tried to define it again). > > Delete everything in applications/<yourapp>/databases then run it > again. > > You have a typo > > db.define_table('SchemaTurni', > ... > Field('OreServizo','integer'), <<<< > > That was indeed the problem. Thank you very much indeed!