make sure we load the cache_generation table w/ burnettk

This commit is contained in:
jasquat 2023-09-25 10:55:28 -04:00
parent e260afd976
commit af9dfe58ff
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -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