customer/migrations/test/001_accounts_insert.up.json
2023-09-14 10:07:28 +00:00

49 lines
1.2 KiB
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"
},
{
"_id": {
"$oid": "64e4869f9fa60b9222bf4d84"
},
"userId": "64e5d9830fcca0596d82c0c7",
"name": {},
"cart": [],
"wallet": {
"currency": "RUB",
"cash": 10000,
"purchasesAmount": 0,
"spent": 0,
"money": 10000
},
"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"
}
]
}
]