The eventual repository for the CHAOS Hiring and Offers System - used to manage sending and receiving of applications, interviews and results.
25
stars
6
forks
source link
feat(backend): Switch to SQL migrations from Prisma #476
Closed
KavikaPalletenne closed 7 months ago
Prisma schema migrations are an abstraction, and only good when used alongside Prisma ORM. Switch to SQL migrations so DB schema is clear.