From 9ffe9fe131a8df915a12d49d85ae671aea65d29f Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 13 Dec 2021 20:24:29 -0500 Subject: [PATCH] Add back --- alembic/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/env.py b/alembic/env.py index 55ff9f8..6aee57c 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