fix merge conflicts

This commit is contained in:
Frank Noirot
2022-01-08 15:08:19 -05:00
5 changed files with 26 additions and 4 deletions

View File

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