Skip to content

Commit

Permalink
add account deletion perms to migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CADawg committed Mar 16, 2024
1 parent a80be4f commit 94e864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/1677975132_collections_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ func init() {
"viewRule": "",
"createRule": "",
"updateRule": "id = @request.auth.id",
"deleteRule": null,
"deleteRule": "id = @request.auth.id",
"options": {
"allowEmailAuth": true,
"allowOAuth2Auth": true,
Expand Down

0 comments on commit 94e864d

Please sign in to comment.