fix(schema): add missing extended pet profile fields to packages/db #73

Merged
Flea Flicker merged 1 commits from fix/gro-1752-extended-pet-profile-fields into dev 2026-05-25 18:20:57 +00:00
Member

Summary

  • Add temperamentScore, temperamentFlags, medicalAlerts, preferredCuts to pets table in packages/db/src/schema.ts
  • These columns already exist in the database via migration 0030_extended_pet_profile.sql (confirmed by GRO-1748)
  • Matches existing definitions in apps/api/src/db/schema.ts

Test plan

  • TypeScript compiles without errors
  • After merge, PATCH /api/pets/:id with temperamentScore: 5 returns temperamentScore: 5 in response

Refs: GRO-1752

🤖 Generated with Claude Code (https://claude.com/claude-code)

## Summary - Add temperamentScore, temperamentFlags, medicalAlerts, preferredCuts to pets table in packages/db/src/schema.ts - These columns already exist in the database via migration 0030_extended_pet_profile.sql (confirmed by GRO-1748) - Matches existing definitions in apps/api/src/db/schema.ts ## Test plan - [ ] TypeScript compiles without errors - [ ] After merge, PATCH /api/pets/:id with temperamentScore: 5 returns temperamentScore: 5 in response Refs: GRO-1752 🤖 Generated with Claude Code (https://claude.com/claude-code)
The Dogfather added 1 commit 2026-05-25 18:19:29 +00:00
fix(schema): add missing extended pet profile fields to packages/db
CI / Test (pull_request) Successful in 10s
CI / Lint & Typecheck (pull_request) Successful in 12s
CI / Build & Push Docker Images (pull_request) Failing after 24s
8c184dddbd
Add temperamentScore, temperamentFlags, medicalAlerts, and preferredCuts
to the pets table in packages/db/src/schema.ts to match the API schema.

These columns already exist in the database via migration
0030_extended_pet_profile.sql (confirmed by GRO-1748).

Refs: GRO-1752

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The Dogfather force-pushed fix/gro-1752-extended-pet-profile-fields from cfba0c1e01 to 8c184dddbd 2026-05-25 18:19:29 +00:00 Compare
Flea Flicker merged commit ad1b210de1 into dev 2026-05-25 18:20:57 +00:00
Sign in to join this conversation.