Add pocketbase util
This commit is contained in:
20
pb/pb_migrations/1763067132_updated_photos.js
Normal file
20
pb/pb_migrations/1763067132_updated_photos.js
Normal file
@@ -0,0 +1,20 @@
|
||||
/// <reference path="../pb_data/types.d.ts" />
|
||||
migrate((app) => {
|
||||
const collection = app.findCollectionByNameOrId("my9ej2vdwzwoqov")
|
||||
|
||||
// update collection data
|
||||
unmarshal({
|
||||
"listRule": "@request.auth.email=\"site@breadone.net\""
|
||||
}, collection)
|
||||
|
||||
return app.save(collection)
|
||||
}, (app) => {
|
||||
const collection = app.findCollectionByNameOrId("my9ej2vdwzwoqov")
|
||||
|
||||
// update collection data
|
||||
unmarshal({
|
||||
"listRule": ""
|
||||
}, collection)
|
||||
|
||||
return app.save(collection)
|
||||
})
|
||||
Reference in New Issue
Block a user