File tree Expand file tree Collapse file tree
src/backend/src/prisma/seed-data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,15 +249,15 @@ const brooksRobinson: Prisma.UserCreateInput = {
249249 lastName : 'Robinson' ,
250250 email : 'the.brooksters@orioles.com' ,
251251 googleAuthId : 'fries' ,
252- role : Role . ADMIN
252+ role : Role . HEAD
253253} ;
254254
255255const jimPalmer : Prisma . UserCreateInput = {
256256 firstName : 'Jim' ,
257257 lastName : 'Palmer' ,
258258 email : 'jimmy.palms@orioles.com' ,
259259 googleAuthId : 'burger' ,
260- role : Role . GUEST
260+ role : Role . LEADERSHIP
261261} ;
262262
263263const eddieMurray : Prisma . UserCreateInput = {
@@ -289,15 +289,15 @@ const kenWilliams: Prisma.UserCreateInput = {
289289 lastName : 'Williams' ,
290290 email : 'justKen@orioles.com' ,
291291 googleAuthId : 'kenough' ,
292- role : Role . GUEST
292+ role : Role . MEMBER
293293} ;
294294
295295const boogPowell : Prisma . UserCreateInput = {
296296 firstName : 'Boog' ,
297297 lastName : 'Powell' ,
298298 email : 'boogs@orioles.com' ,
299299 googleAuthId : 'soda' ,
300- role : Role . ADMIN
300+ role : Role . MEMBER
301301} ;
302302
303303const mannyMachado : Prisma . UserCreateInput = {
@@ -313,7 +313,7 @@ const babyDollJacobson: Prisma.UserCreateInput = {
313313 lastName : 'Jacobson' ,
314314 email : 'bbydoll@orioles.com' ,
315315 googleAuthId : 'babes' ,
316- role : Role . ADMIN
316+ role : Role . LEADERSHIP
317317} ;
318318
319319export const dbSeedAllUsers = {
You can’t perform that action at this time.
0 commit comments