This commit is contained in:
minecraft1024a
2025-09-26 20:16:46 +08:00
parent 89b79792c0
commit 9c1a7ff123
14 changed files with 8 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
# mmc/src/common/database/db_migration.py
from sqlalchemy import inspect
from sqlalchemy.schema import CreateIndex
from sqlalchemy.sql import text
from src.common.database.sqlalchemy_models import Base, get_engine