This repository was archived by the owner on Sep 2, 2022. It is now read-only.
Release 1.30.2 (2019-04-25)
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=1that works around this issue.