This commit is contained in:
2026-06-01 10:44:08 +08:00
parent a91b6ab21f
commit b22431d3cb
12 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class DatabaseManager:
async def create_tables(self):
"""创建数据库表"""
from models.database import Base
from shared.models.database import Base
try:
async with self.engine.begin() as conn: