-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update schema.prisma #943
base: main
Are you sure you want to change the base?
Update schema.prisma #943
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Updates to Preview Branch (NoritakaIkeda-patch-5) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
The schema change you've provided involves a modification to the
In summary, the addition of the Migration URL: https://liam-app-git-staging-route-06-core.vercel.app/app/projects/4/migrations/4 |
Issue
Why is this change needed?
What would you like reviewers to focus on?
Testing Verification
What was done
🤖 Generated by PR Agent at a48cc5b
sample
field to thePRCommit
model inschema.prisma
.Detailed Changes
schema.prisma
Added `sample` field to `PRCommit` model
frontend/apps/migration-web/prisma/schema.prisma
sample
field of typeString
to thePRCommit
model.Additional Notes