customer/migrations/test/001_accounts_insert.up.json
2023-06-22 09:36:43 +00:00

29 lines
696 B
JSON

[
{
"insert": "accounts",
"ordered": true,
"documents": [
{
"_id": {
"$oid": "641b2d73e0e07a7e90b59616"
},
"userId": "807f1f77bcf81cd799439077",
"name": {},
"cart": ["807f1f77bcf81cd791439022", "807f1f77bcf81cd799439012"],
"wallet": {
"currency": "RUB",
"cash": 0,
"purchasesAmount": 0,
"spent": 0,
"money": 0
},
"status": "no",
"isDeleted": false,
"createdAt": "2023-06-16T08:15:30.336Z",
"updatedAt": "2023-06-16T08:15:30.336Z",
"deletedAt": "2023-06-16T08:15:30.336Z"
}
]
}
]