Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 244 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 244 Bytes

Development Notes

Prisma

When developing and playing around with the schema, you should:

npx prisma db push
npx prisma generate

On migration, run

npx prisma migrate dev --name add-status-column
npx prisma generate