We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e7deb commit 1f8059bCopy full SHA for 1f8059b
1 file changed
prisma/seed/data/roles.ts
@@ -8,4 +8,8 @@ export default [
8
description:
9
"Advanced Projects - Apps having both Front-end and Back-end components (FULL STACK)",
10
},
11
+ {
12
+ name: "voyageProjectTeam",
13
+ description: "Project belonging to a team in a voyage",
14
+ },
15
];
0 commit comments