thread-master/apps/backend/generate/database/mongo/000006_seed_admin_identity....

12 lines
183 B
JSON
Raw Normal View History

2026-07-10 12:54:45 +00:00
[
{
"delete": "identities",
"deletes": [
{
"q": { "uid": 1, "login_id": "admin@haixun.local", "platform": "platform" },
"limit": 1
}
]
}
]