Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Release 1.30.2 (2019-04-25)

Choose a tag to compare

@mavilein mavilein released this 25 Apr 12:42
· 4 commits to 1.30 since this release

This is a maintenance release to bring a patch to an older Prisma version that does not enforce the Datamodel version 1.1 yet.

Fixes

  • don't create a table for a scalar list if it exists already
  • Prisma did not work well with databases that lowercased table names e.g. MySQL on Windows. Introduced the env var LOWERCASED_TABLE_NAMES=1 that works around this issue.