From 3899249ea81d58a2f76174b4e5dbbd98895d153d Mon Sep 17 00:00:00 2001 From: Batuhan Erenler <40266535+batuhanerenler@users.noreply.github.com> Date: Fri, 6 Jan 2023 02:11:27 +0300 Subject: [PATCH] Update env.py --- backend/alembic/env.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/alembic/env.py b/backend/alembic/env.py index 1adb33e7..6a8dc424 100644 --- a/backend/alembic/env.py +++ b/backend/alembic/env.py @@ -2,6 +2,8 @@ import logging from alembic import context from oasst_backend import models # noqa: F401 from sqlalchemy import engine_from_config, pool + + # Read in the Alembic config file. config = context.config # Set up loggers.