node.exe : Loaded Prisma config from prisma.config.ts. En línea: 1 Carácter: 1 + & "C:\Program Files\nodejs/node.exe" "C:\Program Files\nodejs/node_mo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Loaded Prisma c...isma.config.ts.:Str ing) [], RemoteException + FullyQualifiedErrorId : NativeCommand Error Prisma schema loaded from prisma\schema.prisma. Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-1-us-east-1.pooler.supabase.com:5432" - Introspecting based on datasource defined in prisma\schema.prisma Ô£ö Introspected 13 models and wrote them into prisma\schema.prisma in 8.49s *** WARNING *** These fields were enriched with `@map` information taken from the previous Prisma schema: - Model: "Account", field: "userId" - Model: "Account", field: "providerAccountId" - Model: "Alert", field: "searchId" - Model: "Alert", field: "propertyId" - Model: "Alert", field: "userId" - Model: "Alert", field: "errorMessage" - Model: "Alert", field: "sentAt" - Model: "Alert", field: "createdAt" - Model: "EventLog", field: "eventType" - Model: "EventLog", field: "actorUserId" - Model: "EventLog", field: "entityType" - Model: "EventLog", field: "entityId" - Model: "EventLog", field: "idempotencyKey" - Model: "EventLog", field: "createdAt" - Model: "EventOutbox", field: "eventLogId" - Model: "EventOutbox", field: "nextRetryAt" - Model: "EventOutbox", field: "lastError" - Model: "EventOutbox", field: "lockedAt" - Model: "EventOutbox", field: "lockedBy" - Model: "EventOutbox", field: "sentAt" - Model: "EventOutbox", field: "createdAt" - Model: "ExchangeRate", field: "usdToArs" - Model: "ExchangeRate", field: "createdAt" - Model: "MatchRun", field: "executedAt" - Model: "MatchRun", field: "durationMs" - Model: "MatchRun", field: "searchesProcessed" - Model: "MatchRun", field: "propertiesProcessed" - Model: "MatchRun", field: "matchesCreated" - Model: "MatchRun", field: "alertsSent" - Model: "MatchRun", field: "errorMessage" - Model: "Match", field: "searchId" - Model: "Match", field: "propertyId" - Model: "Match", field: "userId" - Model: "Match", field: "matchPercentage" - Model: "Match", field: "isFavorite" - Model: "Match", field: "isIgnored" - Model: "Match", field: "viewedAt" - Model: "Match", field: "matchedAt" - Model: "Match", field: "createdAt" - Model: "Property", field: "externalId" - Model: "Property", field: "propertyType" - Model: "Property", field: "coveredArea" - Model: "Property", field: "totalArea" - Model: "Property", field: "aptoProfesional" - Model: "Property", field: "balconTerraza" - Model: "Property", field: "gasNatural" - Model: "Property", field: "losaRadiante" - Model: "Property", field: "isActive" - Model: "Property", field: "firstSeenAt" - Model: "Property", field: "lastSeenAt" - Model: "Property", field: "createdAt" - Model: "Property", field: "updatedAt" - Model: "Search", field: "userId" - Model: "Search", field: "contactPhone" - Model: "Search", field: "contactEmail" - Model: "Search", field: "maxBudget" - Model: "Search", field: "allowBudgetBuffer" - Model: "Search", field: "propertyType" - Model: "Search", field: "minRooms" - Model: "Search", field: "minCoveredArea" - Model: "Search", field: "maxAge" - Model: "Search", field: "amenityAptoProfesional" - Model: "Search", field: "amenityAmoblado" - Model: "Search", field: "amenitySeguridad" - Model: "Search", field: "amenityBalconTerraza" - Model: "Search", field: "amenityBaulera" - Model: "Search", field: "amenityLavadero" - Model: "Search", field: "amenityJardin" - Model: "Search", field: "amenityCochera" - Model: "Search", field: "amenityVestidor" - Model: "Search", field: "amenityGasNatural" - Model: "Search", field: "amenityParrilla" - Model: "Search", field: "amenityLosaRadiante" - Model: "Search", field: "workModality" - Model: "Search", field: "worksInCaba" - Model: "Search", field: "numberOfTenants" - Model: "Search", field: "avoidElevators" - Model: "Search", field: "avoidHighFloors" - Model: "Search", field: "dreamPropertyDesc" - Model: "Search", field: "createdAt" - Model: "Search", field: "updatedAt" - Model: "Search", field: "amenityAireAcondicionado" - Model: "Search", field: "amenityAptoMascotas" - Model: "Search", field: "amenityGimnasio" - Model: "Search", field: "amenityPileta" - Model: "Search", field: "zones" - Model: "Session", field: "sessionToken" - Model: "Session", field: "userId" - Model: "User", field: "emailVerified" - Model: "User", field: "phoneVerified" - Model: "User", field: "phoneVerifiedAt" - Model: "User", field: "preferredCurrency" - Model: "User", field: "whatsappEnabled" - Model: "User", field: "createdAt" - Model: "User", field: "updatedAt" - Model: "VerificationCode", field: "userId" - Model: "VerificationCode", field: "expiresAt" - Model: "VerificationCode", field: "verifiedAt" - Model: "VerificationCode", field: "createdAt" These models were enriched with `@@map` information taken from the previous Prisma schema: - "Account" - "Alert" - "EventLog" - "EventOutbox" - "ExchangeRate" - "MatchRun" - "Match" - "Property" - "Search" - "Session" - "User" - "VerificationCode" - "VerificationToken" Run prisma generate to generate Prisma Client.