:rocket: This description was created by Ellipsis for commit 0315253c0451cb20522337e25d80717715aebe8c
Summary:
This PR introduces the ClassApplication model, updates the Note and Instructor models, modifies import paths, adds a new route, updates the Prisma schema and migrations, and drops the SocialLink table.
Key points:
Modified import paths in several files
Updated Note and Instructor models
Introduced ClassApplication model with corresponding functions
Added new route students.parth.tsx (content commented out)
Updated Prisma schema and migrations
Dropped SocialLink table
Added socialLinks field to Instructor model
Updated classApplicationId field in Instructor model to be nullable and added foreign key constraint
Updated Instructor model to include a relation to ClassApplication model
Summary:
This PR introduces the
ClassApplication
model, updates theNote
andInstructor
models, modifies import paths, adds a new route, updates the Prisma schema and migrations, and drops theSocialLink
table.Key points:
Note
andInstructor
modelsClassApplication
model with corresponding functionsstudents.parth.tsx
(content commented out)SocialLink
tablesocialLinks
field toInstructor
modelclassApplicationId
field inInstructor
model to be nullable and added foreign key constraintInstructor
model to include a relation toClassApplication
modelGenerated with :heart: by ellipsis.dev