Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydawka committed Jun 28, 2024
1 parent 3e4bfd4 commit 028d38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def destroy_schema():
with engine.begin() as conn:
model.db.drop_all()
conn.execute(text("DROP TABLE IF EXISTS alembic_version")) # type: ignore

@app.cli.command("cycle-schema")
def cycle_schema():
"""Destroy then re-create the database schema."""
Expand Down

0 comments on commit 028d38d

Please sign in to comment.