Skip to content

Commit

Permalink
add group to seed data
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCapCoder committed Oct 17, 2023
1 parent 46a9dc3 commit a71b361
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions backup/setup/groups.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"createdAt": {
"$date": "2023-10-17T12:15:26.458Z"
},
"updatedAt": {
"$date": "2023-10-17T12:15:26.461Z"
},
"name": "Cypress-Test-Group",
"type": "class",
"externalSource_externalId": "fd84869b-56e8-41d2-a3dd-6c7239068ed5",
"externalSource_system": {
"$oid": "0000d186816abba584714c93"
},
"users": [
{
"user": {
"$oid": "5fa2c71bb229544f2c6966d9"
},
"role": {
"$oid": "0000d186816abba584714c98"
}
},
{
"user": {
"$oid": "5fa2cccab229544f2c696917"
},
"role": {
"$oid": "0000d186816abba584714c99"
}
}
],
"organization": {
"$oid": "5fa2c5ccb229544f2c69666c"
}
}

0 comments on commit a71b361

Please sign in to comment.