github prisma/prisma1 1.9-beta
1.9-Beta (2018-05-22)

latest releases: 1.34.12, 1.34.11, 1.34.10...
5 years ago

This release is the beginning of our new improved release process. You can find more about this in our blog.

Changes

  • We iterated on our support for existing Postgres databases. Most notably column names don't have to match field names anymore. If the name of a field diverges from the underlying column name, you can specify this as field: String @pgColumn(name:"my_column_name")

Don't miss a new prisma1 release

NewReleases is sending notifications on new releases.