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

fix(prisma): fix minor typo in prisma schema #278

Merged
merged 1 commit into from Aug 3, 2022
Merged

fix(prisma): fix minor typo in prisma schema #278

merged 1 commit into from Aug 3, 2022

Conversation

RodSarhan
Copy link
Contributor

@RodSarhan RodSarhan commented Aug 3, 2022

Fix minor typo in prisma schema

  • I reviewed linter warnings + errors, resolved formatting, types and other issues related to my work
  • The PR title follows the convention we established conventional-commit
  • I performed a functional test on my final commit

Fixed small typo in auth-schema.prisma (changed @db.text to @db.Text) to address #277

Refrence: https://www.prisma.io/docs/concepts/database-connectors/postgresql


@RodSarhan RodSarhan changed the title fix(prisma): change db.text annonation to db.Text fix(prisma): fix minor typo in prisma schema Aug 3, 2022
Copy link
Member

@juliusmarminge juliusmarminge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏

@juliusmarminge
Copy link
Member

juliusmarminge commented Aug 3, 2022

Would you mind also PRing this to main branch?

EDIT: nvm saw they were correct there

@juliusmarminge juliusmarminge merged commit e531b60 into t3-oss:next Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants