@@ -69,6 +69,70 @@ const wonderwoman: Prisma.UserCreateInput = {
6969 googleAuthId : 'wonderwoman'
7070} ;
7171
72+ const lexLuther : Prisma . UserCreateInput = {
73+ firstName : 'Alexander' ,
74+ lastName : 'Luther' ,
75+ email : 'lexluther@justiceleague.com' ,
76+ googleAuthId : 'hjkklo' ,
77+ role : Role . MEMBER
78+ } ;
79+
80+ const hawkgirl : Prisma . UserCreateInput = {
81+ firstName : 'Shiera' ,
82+ lastName : 'Hall' ,
83+ email : 'hawkgirl@justiceleague.com' ,
84+ googleAuthId : 'bhuujki' ,
85+ role : Role . MEMBER
86+ } ;
87+
88+ const elongatedMan : Prisma . UserCreateInput = {
89+ firstName : 'Randolph' ,
90+ lastName : 'Dibney' ,
91+ email : 'elongatedmangit @justiceleague.com' ,
92+ googleAuthId : 'joigiug' ,
93+ role : Role . MEMBER
94+ } ;
95+
96+ const zatanna : Prisma . UserCreateInput = {
97+ firstName : 'Zatanna' ,
98+ lastName : 'Zatara' ,
99+ email : 'zatanna@justiceleague.com' ,
100+ googleAuthId : 'cawwww' ,
101+ role : Role . MEMBER
102+ } ;
103+
104+ const phantomStranger : Prisma . UserCreateInput = {
105+ firstName : 'Judas' ,
106+ lastName : 'Iscariot' ,
107+ email : 'phantomstranger@justiceleague.com' ,
108+ googleAuthId : 'bnhjiuy' ,
109+ role : Role . MEMBER
110+ } ;
111+
112+ const redTornado : Prisma . UserCreateInput = {
113+ firstName : 'Red' ,
114+ lastName : 'Tornado' ,
115+ email : 'redtornado@justiceleague.com' ,
116+ googleAuthId : 'vbnhught' ,
117+ role : Role . MEMBER
118+ } ;
119+
120+ const firestorm : Prisma . UserCreateInput = {
121+ firstName : 'Ronnie' ,
122+ lastName : 'Raymond' ,
123+ email : 'firestorm@justiceleague.com' ,
124+ googleAuthId : 'fghttyu' ,
125+ role : Role . MEMBER
126+ } ;
127+
128+ const hankHeywood : Prisma . UserCreateInput = {
129+ firstName : 'Hank' ,
130+ lastName : 'Heywood III' ,
131+ email : 'hankheywood@justiceleague.com' ,
132+ googleAuthId : 'hudhsgf' ,
133+ role : Role . MEMBER
134+ } ;
135+
72136const flash : Prisma . UserCreateInput = {
73137 firstName : 'Barry' ,
74138 lastName : 'Allen' ,
@@ -643,6 +707,14 @@ export const dbSeedAllUsers = {
643707 wonderwoman,
644708 flash,
645709 aquaman,
710+ lexLuther,
711+ hawkgirl,
712+ elongatedMan,
713+ zatanna,
714+ phantomStranger,
715+ redTornado,
716+ firestorm,
717+ hankHeywood,
646718 robin,
647719 batman,
648720 superman,
0 commit comments