From 1f59e7d312a35dbe89cbd9ffc1281b83fb16869d Mon Sep 17 00:00:00 2001 From: Aldrian Harjati Date: Thu, 28 Sep 2023 13:04:33 -0400 Subject: [PATCH] add extra comment Co-authored-by: lchen-2101 <73617864+lchen-2101@users.noreply.github.com> --- db_revisions/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_revisions/env.py b/db_revisions/env.py index 66a5fc6..4ddfad5 100644 --- a/db_revisions/env.py +++ b/db_revisions/env.py @@ -49,7 +49,7 @@ def run_migrations_offline() -> None: - """Run migrations in 'offline' mode. + """Run migrations in 'offline' mode. This generates the SQL script without executing on the database. This configures the context with just a URL and not an Engine, though an Engine is acceptable