make sure we load the cache_generation table w/ burnettk
This commit is contained in:
parent
633b5d7ecb
commit
41292b7c6d
|
@ -26,6 +26,9 @@ from spiffworkflow_backend.models.human_task import HumanTaskModel # noqa: F401
|
|||
from spiffworkflow_backend.models.spec_reference import (
|
||||
SpecReferenceCache,
|
||||
) # noqa: F401
|
||||
from spiffworkflow_backend.models.cache_generation import (
|
||||
CacheGenerationModel,
|
||||
) # noqa: F401
|
||||
from spiffworkflow_backend.models.reference_cache import (
|
||||
ReferenceCacheModel,
|
||||
) # noqa: F401
|
||||
|
|
Loading…
Reference in New Issue