mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-10 18:39:38 -06:00
Update postgresql-schema.prisma
This commit is contained in:
parent
df20c5fc93
commit
600b9b2116
@ -10,7 +10,7 @@ generator client {
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_CONNECTION_URI")
|
||||
url = env("DATABASE_CONNECTION_URL")
|
||||
}
|
||||
|
||||
enum InstanceConnectionStatus {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user