thread-master/apps/backend/generate/database/mongo/000005_identities_indexes.d...

19 lines
297 B
JSON
Raw Permalink Normal View History

2026-07-10 12:54:45 +00:00
[
{
"dropIndexes": "identities",
"index": "login_platform_unique"
},
{
"dropIndexes": "identities",
"index": "identities_uid_1"
},
{
"dropIndexes": "identities",
"index": "platform_account_type"
},
{
"dropIndexes": "members",
"index": "phone_1"
}
]