Fix: Re-save nach Collection-Erstellung erzwingt Rule-Index in PocketBase v0.38
This commit is contained in:
parent
fb54f1bd27
commit
9898581ae4
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ migrate((app) => {
|
||||||
"type": "base"
|
"type": "base"
|
||||||
})
|
})
|
||||||
app.save(c)
|
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
|
// reaktionen – 👍 pro User pro Beitrag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue