mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-12 20:45:20 +02:00
feat(db): register CachedParse model
This commit is contained in:
parent
5c4eec26cc
commit
9f29a885b1
1 changed files with 1 additions and 0 deletions
|
|
@ -2864,6 +2864,7 @@ from app.automations.persistence import ( # noqa: E402, F401
|
|||
AutomationRun,
|
||||
AutomationTrigger,
|
||||
)
|
||||
from app.etl_pipeline.cache.persistence.models import CachedParse # noqa: E402, F401
|
||||
from app.file_storage.persistence import DocumentFile # noqa: E402, F401
|
||||
from app.notifications.persistence import Notification # noqa: E402, F401
|
||||
from app.podcasts.persistence import ( # noqa: E402, F401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue