We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0df39 commit c2cce6eCopy full SHA for c2cce6e
1 file changed
schema.prisma
@@ -5,10 +5,10 @@
5
// =============================================================================
6
7
datasource db {
8
- provider = "postgresql"
9
- url = env("DATABASE_URL")
10
- shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
11
- //schemas = ["bsc", "public"]
+ provider = "postgresql"
+ // Connection URLs were moved to prisma.config.ts per Prisma v7+:
+ // - Migrate connection URL and shadow DB URL should be configured in prisma.config.ts
+ //schemas = ["bsc", "public"]
12
}
13
14
generator client {
0 commit comments