Skip to content

Commit cc19a84

Browse files
committed
fix: code error
1 parent bcffc13 commit cc19a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/alembic/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# from apps.system.models.user import SQLModel # noqa
2828
# from apps.settings.models.setting_models import SQLModel
2929
#from apps.chat.models.chat_model import SQLModel
30-
from apps.dashboard.models.dashboard import SQLModel
30+
from apps.dashboard.models.dashboard_model import SQLModel
3131
from common.core.config import settings # noqa
3232

3333
target_metadata = SQLModel.metadata

0 commit comments

Comments
 (0)