Skip to content

Commit

Permalink
feat: seed 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosial committed Feb 2, 2024
1 parent e7879e7 commit be1ce9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function main() {
data: {
email: '[email protected]',
username: 'Lisa',
password: '$2b$10$EpRnTzVlqHNP0.fUbXUwSOyuiXe/QLSUG6xNekdHgTGmrpHEfIoxm', // secret42
password: '$2b$10$rKNcrAbZQ1W3N2HBopVEguMpw8D0KMuqb4.dYKaa2KrNWT4mFjvxa', // renag1010!@
role: 'USER',
posts: {
create: {
Expand All @@ -35,7 +35,7 @@ async function main() {
email: '[email protected]',
username: 'Bart',
role: 'ADMIN',
password: '$2b$10$EpRnTzVlqHNP0.fUbXUwSOyuiXe/QLSUG6xNekdHgTGmrpHEfIoxm', // secret42
password: '$2b$10$rKNcrAbZQ1W3N2HBopVEguMpw8D0KMuqb4.dYKaa2KrNWT4mFjvxa', // renag1010!@
posts: {
create: [
{
Expand Down

0 comments on commit be1ce9a

Please sign in to comment.