Richard basically it's the .table files in your database folder that are creating the problem. You can set migrate=False in your DAL call on db.py before packing the application to prevent the problem, then turn it back on in your development machine. Table files is where web2py stores your table's structure to detect changes and do migrations, since the structure of the database is already going to be correct as any migration as already been done in your development machine there's no need to do it in the server and have these problems.
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.