Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly commit schema deletion on init_db.delete
engine.connect() used in delete() and SQLA's create_all in create() might execute in separate transactions. Explicitly commit the schema deletion in the first step so it's visible to the rest of the init_db script.
- Loading branch information