docs: add ADR reference comment to schema
All checks were successful
Deploy API Server / build-and-unit (push) Successful in 31s
Deploy API Server / current-integration (push) Successful in 3m0s
Deploy API Server / backward-compat (push) Successful in 0s
Deploy API Server / deploy (push) Successful in 59s

- Triggers backward-compat CI gate (schema.prisma is in the path detection list)
- No functional change — comment only

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-06-20 13:58:43 +08:00
parent e6456ac9a8
commit 96b0094c5a

View File

@ -1,3 +1,4 @@
// M-AI-02: Unified AiJob Expand — see docs/architecture/adr-002-ai-job-database-expand.md
generator client { generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"] binaryTargets = ["native", "linux-musl-openssl-3.0.x"]