Database schema optimization - part 1

This commit is contained in:
mdecimus
2025-10-30 19:57:09 +01:00
parent 4919cf55fc
commit 3e1d2d54e4
207 changed files with 3856 additions and 5885 deletions

View File

@@ -98,7 +98,7 @@ impl CalendarEventNotificationHandler for Server {
// Fetch event
let event_ = self
.get_archive(
.archive(
account_id,
Collection::CalendarEventNotification,
resource.document_id(),
@@ -181,7 +181,7 @@ impl CalendarEventNotificationHandler for Server {
let document_id = resource.document_id();
let event_ = self
.get_archive(
.archive(
account_id,
Collection::CalendarEventNotification,
document_id,