no, no, no and still no. Please don't introduce more doubts than the ones already there about table migrations.
If the error is "table x already exists" it means that migrations are turned ON, otherwise web2py wouldn't attempt to create them. The problem here is that db is not empty, while the databases/ folder doesn't have the .table files in it, so web2py thinks it has to create them (both the table on the database and the files). -- --- 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.

