either setting migrate=False in all tables or setting migrate_enabled=False
http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer?search=migrate_enabled However, loosing all the data is not something that happens unless you drop the table: web2py at most just alters the table (adding/removing column(s)) On Tuesday, August 6, 2013 8:46:16 PM UTC+2, Behnam Izadi wrote: > > I don't want web2py regenerate or alter my tables any way. I lost my data > 3 times because of this. how can I prevent it? > -- --- 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.

