We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcffc13 commit cc19a84Copy full SHA for cc19a84
backend/alembic/env.py
@@ -27,7 +27,7 @@
27
# from apps.system.models.user import SQLModel # noqa
28
# from apps.settings.models.setting_models import SQLModel
29
#from apps.chat.models.chat_model import SQLModel
30
-from apps.dashboard.models.dashboard import SQLModel
+from apps.dashboard.models.dashboard_model import SQLModel
31
from common.core.config import settings # noqa
32
33
target_metadata = SQLModel.metadata
0 commit comments