Some checks failed
Prisma's `@default(uuid())` runs in the client layer and is bypassed by `$queryRawUnsafe` / `$executeRawUnsafe`. The DB column has no server-side default and pgcrypto/uuid-ossp aren't enabled, so every aggregate / increment call failed with 23502 NOT NULL on `id`. Pass a `randomUUID()` from `node:crypto` as the first parameter in all four raw INSERTs (aggregateUsage, recordApiRequest, recordWebhookSent, recordPushSent). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
CRM-система для фитнес-клубов
Languages
TypeScript
99.4%
Shell
0.4%
JavaScript
0.1%