Skip to content

Commit

Permalink
fix: roles database seed file
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Dec 12, 2024
1 parent ba1b459 commit d0b0fd2
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions backup/setup/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,31 +643,5 @@
"ROOM_MEMBERS_ADD",
"ROOM_MEMBERS_REMOVE"
]
},
{
"_id": {
"$oid": "6759c7f97deafc47bbd8f808"
},
"name": "roomowner",
"permissions": [
"ROOM_VIEW",
"ROOM_EDIT",
"ROOM_DELETE",
"ROOM_MEMBERS_ADD",
"ROOM_MEMBERS_REMOVE",
"ROOM_CHANGE_OWNER"
]
},
{
"_id": {
"$oid": "6759c7f97deafc47bbd8f809"
},
"name": "roomadmin",
"permissions": [
"ROOM_VIEW",
"ROOM_EDIT",
"ROOM_MEMBERS_ADD",
"ROOM_MEMBERS_REMOVE"
]
}
]
]

0 comments on commit d0b0fd2

Please sign in to comment.