Bekomme folgenden Sync-Fehler neuerdings:
"timestamp": "2026-08-08T09:39:46.337855", "level": "ERROR", "message": "Quick sync failed", "context": "quickSync", "error": "SqliteException(1): while preparing statement, table custom_fields has no column named choices, SQL logic error (code 1)\n Causing statement: INSERT INTO \"custom_fields\" (\"id\", \"name\", \"data_type\", \"choices\", \"is_synced\", \"last_synced_at\") VALUES (?, ?, ?, ?, ?, ?) ON CONFLICT(\"id\") DO UPDATE SET \"id\" = ?, \"name\" = ?, \"data_type\" = ?, \"choices\" = ?, \"is_synced\" = ?, \"last_synced_at\" = ?", "stack_trace": "package:sqlite3/src/implementation/exception.dart 101 throwException\npackage:sqlite3/src/implementation/database.dart 378 DatabaseImplementation._prepareInternal\npackage:sqlite3/src/implementation/database.dart 449 DatabaseImplementation.prepare\npackage:sqlite3/src/ffi/implementation.dart 161 FfiDatabaseImplementation.prepare\npackage:drift/src/sqlite3/database.dart 131 Sqlite3Delegate.runBatchSync\npackage:drift/native.dart 429 _NativeDelegate.runBatched.\ndart:async/future.dart 325 new Future.sync\npackage:drift/native.dart 429 _NativeDelegate.runBatched\npackage:drift/src/runtime/executor/helpers/engines.dart 133 _BaseExecutor.runBatched.\npackage:drift/src/runtime/executor/helpers/engines.dart 64 _BaseExecutor._synchronized\npackage:drift/src/runtime/executor/helpers/engines.dart 126 _BaseExecutor.runBatched\npackage:drift/src/remote/server_impl.dart 194 ServerImplementation._runBatched\npackage:drift/src/remote/communication.dart 172 DriftCommunication.setRequestHandler.\n===== asynchronous gap ===========================\npackage:drift/src/remote/communication.dart 118 DriftCommunication.request\npackage:drift/src/remote/client_impl.dart 87 _BaseExecutor.runBatched\npackage:drift/src/runtime/api/batch.dart 260 Batch._runWith\npackage:drift/src/runtime/api/batch.dart 245 Batch._commit\npackage:papernext/utils/db_retry_utils.dart 33 DbRetryUtils.retryOnLocked\npackage:papernext/services/sync/sync_service.dart 315 UnifiedSyncService._performSync..\npackage:papernext/services/sync/sync_service.dart 554 UnifiedSyncService._syncMetadataType\npackage:papernext/services/sync/sync_service.dart 430 UnifiedSyncService._syncDataType\ndart:async/future.dart 546 Future.wait.\npackage:papernext/services/sync/sync_service.dart 192 UnifiedSyncService._performSync\npackage:papernext/services/sync/sync_service.dart 117 UnifiedSyncService.quickSync\npackage:papernext/core/providers.dart 2403 GlobalRefreshService.refresh\npackage:papernext/presentation/screens/documents/inbox_screen.dart 31 _InboxScreenState._refreshInbox\npackage:flutter/src/material/refresh_indicator.dart 579 RefreshIndicatorState._show..\n"
(nutze Paperless-NGX v3.0.5)