You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Sat, 29 Jun 2019 at 09:34, lyollix ***@***.***> wrote:
This gives an error and the index is not created:
this._collections[ collectionName ].createIndexes({ ds_key: 1 });
Fix it:
this._collections[ collectionName ].createIndex({ ds_key: 1 });
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19?email_source=notifications&email_token=AAU3WS62ESSKAS6UDM3XU7LP44NC5A5CNFSM4H4J56ZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G4N3DHQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAU3WS4UIZMJL3CWBFSERSDP44NC5ANCNFSM4H4J56ZA>
.
This gives an error and the index is not created:
this._collections[ collectionName ].createIndexes({ ds_key: 1 });
Fix it:
this._collections[ collectionName ].createIndex({ ds_key: 1 });
The text was updated successfully, but these errors were encountered: