Re: [web2py] Update application without deleting tables

2011-05-06 Thread pbreit
I would suggest trying to figure out the root cause instead of deleting tables because that should not be happening.

Re: [web2py] Update application without deleting tables

2011-05-06 Thread pbreit
That's odd. And odd that deleting the tables fixes it. Do you have a settings.table_event or settings.table_event_name in any of your models? You might also try updating to a more current version of Web2py (but this should not be necessary).

Re: [web2py] Update application without deleting tables

2011-05-06 Thread Kenneth Lundström
Hello, why do you have to remove the tables? What kind of changes are you making to the code? Kenneth The problem I have is when I update an application, when loading the application with the changes I have to remove the tables auth_event, auth_group, auth_membership, auth_permission. My qu