upgrade to 0.21.0 changes

for #214
This commit is contained in:
Kurt Hutten
2021-02-28 16:24:50 +11:00
parent 2f45dc59a4
commit 8cc2685b80
18 changed files with 450 additions and 222 deletions

View File

@@ -5,7 +5,7 @@ datasource DS {
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
binaryTargets = "native"
}
// sqlLight does not suport enums so we can't use enums until we set up postgresql in dev mode