Skip to content

Commit 1f8059b

Browse files
committed
feat: Add new voyageProjectTeam role
1 parent f3e7deb commit 1f8059b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

prisma/seed/data/roles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ export default [
88
description:
99
"Advanced Projects - Apps having both Front-end and Back-end components (FULL STACK)",
1010
},
11+
{
12+
name: "voyageProjectTeam",
13+
description: "Project belonging to a team in a voyage",
14+
},
1115
];

0 commit comments

Comments
 (0)