Scrum4Me/prisma
Madhura68 6c7459c61f feat(db): make Todo.product_id non-nullable, cascade on product delete
Aligns schema with the API and server action, both of which already
require product_id. Changes onDelete from SetNull to Cascade — deleting
a product now also removes its todos.

Run: npx prisma db push

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 18:42:47 +02:00
..
migrations feat: gebruikersprofiel met avatar, bio en uitgebreide beschrijving 2026-04-25 13:30:38 +02:00
neon.md fix: lint errors en warnings opgelost voor CI 2026-04-24 14:09:03 +02:00
schema.prisma feat(db): make Todo.product_id non-nullable, cascade on product delete 2026-04-25 18:42:47 +02:00
seed.ts chore(tests): add tester user to prisma seed for cross-user isolation tests 2026-04-25 18:24:15 +02:00