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

feat: replace planetscale with postgres #103 #116

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

srizvi
Copy link
Contributor

@srizvi srizvi commented Sep 30, 2023

  • feat: add neon postgress
    • chore(course): remove fulltext index on Course title
    • fix(course): change imageUrl field type from db.Text to String
    • feat(db): add support for postgresql provider in datasource
    • feat(db): add support for directUrl and shadowDatabaseUrl in datasource
    • feat(User): add User model
    • feat(Account): add Account model
    • feat(Session): add Session model
    • feat(VerificationToken): add VerificationToken model
    • feat(Post): add Post model
    • feat(Site): add Site model
    • feat(Example): add Example model
    • chore(Category): remove fulltext index on Category title as not supported by prisma for postgres
  • feat(db): add support for prisma accelerate extension
  • feat(turbo.json): add environment variables
  • chore(dependencies): updated packages and post-install

Closes #103, closes #112

- feat: add neon postgress
  - chore(course): remove fulltext index on Course title
  - fix(course): change imageUrl field type from db.Text to String
  - feat(db): add support for postgresql provider in datasource
  - feat(db): add support for directUrl and shadowDatabaseUrl in datasource
  - feat(User): add User model
  - feat(Account): add Account model
  - feat(Session): add Session model
  - feat(VerificationToken): add VerificationToken model
  - feat(Post): add Post model
  - feat(Site): add Site model
  - feat(Example): add Example model
  - chore(Category): remove fulltext index on Category title as not supported by prisma for postgres
- feat(db): add support for prisma accelerate extension
- feat(turbo.json): add environment variables
- chore(dependencies): updated packages and post-install

Closes #103, closes #112
@srizvi srizvi self-assigned this Sep 30, 2023
@srizvi srizvi added dependencies Pull requests that update a dependency file feat New feature or request perf A code change that improves performance. lms For issues related to the LMS. labels Sep 30, 2023
@srizvi srizvi merged commit a129ff7 into main Sep 30, 2023
2 checks passed
@srizvi srizvi deleted the 103-feat-replace-planetscale-with-postgres branch September 30, 2023 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file feat New feature or request lms For issues related to the LMS. perf A code change that improves performance.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add prisma accelerate feat: replace planetscale with postgres
1 participant