Fix: Re-save nach Collection-Erstellung erzwingt Rule-Index in PocketBase v0.38

This commit is contained in:
rene 2026-05-21 20:24:40 +02:00
parent fb54f1bd27
commit 9898581ae4

View file

@ -43,6 +43,9 @@ migrate((app) => {
"type": "base"
})
app.save(c)
// Re-save erzwingt Rule-Recompilation in PocketBase v0.38
const n2 = app.findCollectionByNameOrId("neuigkeiten")
app.save(n2)
}
// reaktionen 👍 pro User pro Beitrag