Upgrade to 0.20 needed changes
update packages update schema.prisma etc
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@redwoodjs/api": "^0.19.2"
|
||||
"@redwoodjs/api": "^0.20.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ datasource DS {
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
binaryTargets = "native"
|
||||
binaryTargets = ["native", "rhel-openssl-1.0.x"]
|
||||
}
|
||||
|
||||
// sqlLight does not suport enums so we can't use enums until we set up postgresql in dev mode
|
||||
|
||||
Reference in New Issue
Block a user