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