Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Convert all id types in schema.prisma to be of type UUID v4 #231

Closed
rajdip-b opened this issue May 19, 2024 · 2 comments
Closed

API: Convert all id types in schema.prisma to be of type UUID v4 #231

rajdip-b opened this issue May 19, 2024 · 2 comments
Assignees
Labels
good first issue Good for newcomers priority: medium scope: api Everything related to the API type: enhancement New feature or request

Comments

@rajdip-b
Copy link
Member

Description

We want to set a standard UUID v4 IDs for our models. Prisma allows us to do this via using DB specific types. Refer to this thread to understand how it's done. Ideally, we would want to alter all of our id fields across all the models.

@rajdip-b rajdip-b added type: enhancement New feature or request good first issue Good for newcomers scope: api Everything related to the API priority: medium labels May 19, 2024
@rajdip-b rajdip-b moved this to Todo in keyshade-api May 19, 2024
@Ratnesh2003
Copy link
Contributor

/attempt

Copy link

Assigned the issue to you!

@rajdip-b rajdip-b moved this from Todo to In progress in keyshade-api May 20, 2024
@rajdip-b rajdip-b moved this from In progress to Under review in keyshade-api May 20, 2024
@github-project-automation github-project-automation bot moved this from Under review to Done in keyshade-api May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority: medium scope: api Everything related to the API type: enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants