Skip to content

Commit ea8b1ca

Browse files
Update init.js
1 parent 900d288 commit ea8b1ca

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

init.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,23 @@ db.createCollection('usuarios');
1414
db.usuarios.insertMany([
1515
{
1616
"_id": ObjectId("672811d1c78d172fd8a89775"),
17-
"name": "Pedro",
17+
"name": "Juan",
1818
"lastname": "Perez",
1919
"email": "juan.perez@example.com",
2020
"create_at": ISODate("2024-11-07T00:20:07.973Z"),
2121
"password": "$2a$12$4n181KR5etTwn1Qp1ka2je79lrxXYhVuUa3kqvQfQPDx1V2LcCTKu",
2222
"role": "USER",
2323
"_class": "smartpot.com.api.Models.Entity.User"
24+
},
25+
{
26+
"_id": ObjectId("672811d1c78d172fd8a89776"),
27+
"name": "Pedro",
28+
"lastname": "Nel",
29+
"email": "pedro@example.com",
30+
"create_at": ISODate("2024-11-07T00:20:07.973Z"),
31+
"password": "$2a$12$NPT9v8QoWxbbdoOuskROpOs48EJdgJAT4dmHu.bx5ReNF9kfW7cn.",
32+
"role": "USER",
33+
"_class": "smartpot.com.api.Models.Entity.User"
2434
}
2535
]);
2636

0 commit comments

Comments
 (0)