devsoc-unsw / chaos

The eventual repository for the CHAOS Hiring and Offers System - used to manage sending and receiving of applications, interviews and results.
https://chaos.csesoc.app
Other
24 stars 5 forks source link

feat(backend): Switch to SQL migrations from Prisma #476

Closed KavikaPalletenne closed 1 month ago

KavikaPalletenne commented 1 month ago

Prisma schema migrations are an abstraction, and only good when used alongside Prisma ORM. Switch to SQL migrations so DB schema is clear.