The Prisma CLI is missing from the toolchain, preventing full verification of the Silver/Bronze schema changes introduced in PR #45.
This limitation affects the ability to:
- Run
prisma migrate status
- Verify database migration files
- Confirm schema correctness
The Prisma CLI should be installed to enable proper database schema verification.
The Prisma CLI is missing from the toolchain, preventing full verification of the Silver/Bronze schema changes introduced in PR #45.
This limitation affects the ability to:
prisma migrate statusThe Prisma CLI should be installed to enable proper database schema verification.