From 9f29a885b1aa97cc3937c5a94c5dd3413f9988e0 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Fri, 12 Jun 2026 11:23:50 +0200 Subject: [PATCH] feat(db): register CachedParse model --- surfsense_backend/app/db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/surfsense_backend/app/db.py b/surfsense_backend/app/db.py index 2d672131b..97843d395 100644 --- a/surfsense_backend/app/db.py +++ b/surfsense_backend/app/db.py @@ -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