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
Delete specific indexes from contribution collection.
Currently all indexes except "id" and "text_index" is dropped.
Delete mongodb contribution collection index based on name. Delete indexes - "name", "capabilities.name", "talents.name" from coll_contribution.
Do coll_contribution.drop_index(index_name)
Acceptance Criteria
Delete old indexes with specific names.
The text was updated successfully, but these errors were encountered:
Description
Delete specific indexes from contribution collection.
Currently all indexes except "id" and "text_index" is dropped.
Delete mongodb contribution collection index based on name. Delete indexes - "name", "capabilities.name", "talents.name" from coll_contribution.
Do coll_contribution.drop_index(index_name)
Acceptance Criteria
Delete old indexes with specific names.
The text was updated successfully, but these errors were encountered: