From 028d38d64a12dc4edc11434fc80e0635a37cea33 Mon Sep 17 00:00:00 2001 From: aydawka Date: Fri, 28 Jun 2024 16:42:02 -0700 Subject: [PATCH] style: format --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 68aa4da..41c13a4 100644 --- a/app.py +++ b/app.py @@ -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."""