File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,23 @@ db.createCollection('usuarios');
1414db . 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
You can’t perform that action at this time.
0 commit comments