mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 05:31:40 +00:00
refactor: The first refactored version for sdk release (#907)
Co-authored-by: chengfangyin2 <chengfangyin3@jd.com>
This commit is contained in:
@@ -3,9 +3,9 @@ from logging.config import fileConfig
|
||||
from sqlalchemy import engine_from_config
|
||||
from sqlalchemy import pool
|
||||
|
||||
from alembic import context, op
|
||||
from alembic import context
|
||||
|
||||
from pilot.base_modules.meta_data.meta_data import Base, engine
|
||||
from dbgpt.storage.metadata.meta_data import Base, engine
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
# access to the values within the .ini file in use.
|
||||
|
Reference in New Issue
Block a user