Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 393 Bytes

This is an example repo demonstrating an issue in prisma 4.1 when trying to update an index to use an expression manually.

Steps to reproduce

  • Run postgres: docker-compose up -d postgres
  • Install dependencies: npm i
  • Run existing migration: npx prisma migrate deploy
  • Attempt to create migration for schema updates: npx prisma migrate dev --name "Add last name to user"