From c6eba733a09095769258c2dd2a4659c31a7b0342 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 13 Dec 2021 20:20:12 -0500 Subject: [PATCH] Fix env.py --- alembic/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/env.py b/alembic/env.py index 6aee57c..55ff9f8 100644 --- a/alembic/env.py +++ b/alembic/env.py @@ -28,7 +28,7 @@ target_metadata = None def run_migrations_offline(): - """Run migrations in 'offline' mode. + """Run migrations in 'offline' mode This configures the context with just a URL and not an Engine, though an Engine is acceptable