-
Notifications
You must be signed in to change notification settings - Fork 9
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
22 fix seedjs and add migrate to add correct columns for cohort #114
Closed
sebgro98
wants to merge
25
commits into
boolean-uk:main
from
boolean-uk:22-fix-seedjs-and-add-migrate-to-add-correct-columns-for-cohort
Closed
22 fix seedjs and add migrate to add correct columns for cohort #114
sebgro98
wants to merge
25
commits into
boolean-uk:main
from
boolean-uk:22-fix-seedjs-and-add-migrate-to-add-correct-columns-for-cohort
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…run tests when making a pull request.
…team3 into 9-backend-design-cohort-update-prisma-and-api-spec
…team3 into 32-update-prisma-to-represent-the-api-spec
…team3 into Setting-up-Automated-testing-Backend-25
Updated openapi.yml to include API endpoints for comments
…team3 into 9-backend-design-cohort-update-prisma-and-api-spec
…the-api-spec updated prisma to work in accordance to the api spec
…ackend-25 Targeting the correct main now
…-prisma-and-api-spec Update Cohort Prisma model and API spec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the neccesary changes for the seed.js file and the migration which alters the cohorts table to include the updated fields in the prisma. This did not fix the bug though when running the seed command to populate the database as we needed to add @default in the schema.