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 3aaa205 commit 432398cCopy full SHA for 432398c
prisma/seed.js
@@ -21,8 +21,12 @@ async function main() {
21
id: 1,
22
},
23
update: {
24
+ email: process.env.SEED_ADMIN_EMAIL,
25
+ password: passwordHash,
26
+ firstName: process.env.SEED_ADMIN_FIRSTNAME,
27
+ lastName: process.env.SEED_ADMIN_LASTNAME,
28
isAdmin: true,
- isVerified: true,
29
+ isVerified: true,
30
31
create: {
32
email: process.env.SEED_ADMIN_EMAIL,
0 commit comments