Update: remove shadow database url from schema

This is a quick solution to a migration issue involving the shadow db
This commit is contained in:
Aaron William Po
2023-05-04 01:54:58 -04:00
parent 1971959ea4
commit 7922b6107b
3 changed files with 44 additions and 68 deletions

View File

@@ -85,6 +85,7 @@
"typescript": "^5.0.4"
},
"prisma": {
"schema": "./src/prisma/schema.prisma"
"schema": "./src/prisma/schema.prisma",
"seed": "npm run seed"
}
}