*Database: Sqlite v3.7* Hello all,
I have thousands of test records accumulated through testing my application. Forgive me for not taking the advice previously posted on here about truncating tables in my database. I ran in to all sorts of problems when I simply deleted the contents of the database table as recommended the last time. This could have been due to the fact I had a scheduler involved and perhaps after deleting the contents of the /database directory, I should have ran web2py without the scheduler to allow it to recreate the tables. Is this really the easiest way to truncate the DB? Cheers, -Mike --