Skip to content

Commit 94e864d

Browse files
committed
add account deletion perms to migrations
1 parent a80be4f commit 94e864d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/1677975132_collections_snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ func init() {
515515
"viewRule": "",
516516
"createRule": "",
517517
"updateRule": "id = @request.auth.id",
518-
"deleteRule": null,
518+
"deleteRule": "id = @request.auth.id",
519519
"options": {
520520
"allowEmailAuth": true,
521521
"allowOAuth2Auth": true,

0 commit comments

Comments
 (0)