Commit b55a2a11 authored by Dr.李's avatar Dr.李

FIX: bug for missing models

parent 7f7d2df6
...@@ -39,5 +39,6 @@ else: ...@@ -39,5 +39,6 @@ else:
from alphamind.data.dbmodel.models.models import FactorMaster from alphamind.data.dbmodel.models.models import FactorMaster
from alphamind.data.dbmodel.models.models import IndexComponent from alphamind.data.dbmodel.models.models import IndexComponent
from alphamind.data.dbmodel.models.models import RiskMaster from alphamind.data.dbmodel.models.models import RiskMaster
from alphamind.data.dbmodel.models.models import Uqer
factor_tables = [Market, RiskExposure] factor_tables = [Market, RiskExposure, Uqer]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment