This commit is contained in:
minecraft1024a
2025-09-26 20:16:46 +08:00
committed by Windpicker-owo
parent 69c6829aed
commit f842c43ab0
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