Skip to content

Commit 4519ef0

Browse files
committed
datasource
1 parent c528d64 commit 4519ef0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

prisma/schema.prisma

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ generator client {
3737
}
3838

3939
datasource db {
40-
provider = "postgresql"
41-
url = env("DATABASE_URL")
40+
provider = "postgresql"
41+
url = env("DATABASE_URL")
42+
// directUrl = env("DIRECT_DATABASE_URL") // para executar as migration
43+
// shadowDatabaseUrl = env("SHADOWN_DATABASE_URL")
4244
}
4345

4446
enum InstanceConnectionStatus {

0 commit comments

Comments
 (0)