Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Example for showing an issue with prisma and postgres indices using expressions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages