Automated schema migration

This commit is contained in:
mdecimus
2025-05-16 16:10:21 +02:00
parent 365c87af20
commit 10bb4e5661
40 changed files with 3371 additions and 156 deletions

View File

@@ -289,7 +289,7 @@ impl GroupwareCache for Server {
let mut batch = BatchBuilder::new();
let document_id = self
.store()
.assign_document_ids(account_id, Collection::Calendar, 1)
.assign_document_ids(account_id, Collection::Calendar, 3)
.await?;
Calendar {
name: name.clone(),