<div dir="ltr">I'm currently calling.<div><br></div><div>db.drop_table(...) and then calling db.create_tables() in order to purge all of the data. I'm using flask so I wrapped my app in the with_transaction context. I'm getting the following error.</div>
<div><br></div><div><a href="https://gist.github.com/anonymous/9005f162fc6f352a73fc">https://gist.github.com/anonymous/9005f162fc6f352a73fc</a><br></div><div><br></div><div>Note, I don't want to delete all the rows because I want to reset the auto-increment on the ids.</div>
</div>