Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
44 stars 200 forks source link

Chore : Removed migration API to add github user id #2051

Closed joyguptaa closed 2 weeks ago

joyguptaa commented 3 weeks ago

Date: 13 June 2024

Developer Name: Joy Gupta


Issue Ticket Number

NA

Description

This PR removes the redundant code for migration API. This API is no more in use as it's purpose was to add github_user_id into user collection which is now done. So, it would be better to remove it.

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Screenshots

Screenshot 1

Test Coverage

NA, as it just the code removal

NA

prakashchoudhary07 commented 3 weeks ago

@joyguptaa Please confirm it with this commit once https://github.com/Real-Dev-Squad/website-backend/commit/535545c67bae3fe2f22d8b43ad83be327e7a0e75

joyguptaa commented 2 weeks ago

@joyguptaa Please confirm it with this commit once 535545c

I've verified my changes wrt to the commit you've mentioned and it looks good to me.