drop the database and let web2py recreate it. SQLite doesn't handle migrations of "type" with columns of the same name.
On Thursday, March 14, 2013 6:56:44 PM UTC+1, Ramos wrote: > > hello > i have a table with 3 integer fields. > > I changed the type in db.py from integer to string > i´m using sqlite > My app is still working. Now i can enter text in those fields. > > However using sqlite explorer from firefox i see that the structure of the > database still say that those fields are integer. > But i see my test record with string instead of integer. > > What do i think of this? > > Will i have troubles in the future? > > Best reards > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

