mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
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:
@@ -85,6 +85,7 @@
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"prisma": {
|
||||
"schema": "./src/prisma/schema.prisma"
|
||||
"schema": "./src/prisma/schema.prisma",
|
||||
"seed": "npm run seed"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user