feat(db): add migration 0034 for extended pet profile columns (GRO-1850) #92

Merged
Flea Flicker merged 1 commits from fix/gro-1850-pet-profile-migration into dev 2026-05-28 11:39:52 +00:00
Member

Summary

  • Adds migration 0034 to introduce temperament_score, temperament_flags, medical_alerts, and preferred_cuts columns to the pets table
  • These columns were added to the schema in GRO-1752 but no migration was generated

Test plan

  • CI passes
  • Migration applies cleanly to dev database
  • Verify GET /api/pets/:id returns the 4 new fields
  • Verify PATCH /api/pets/:id with new fields persists correctly

🤖 Generated with Claude Code

## Summary - Adds migration 0034 to introduce `temperament_score`, `temperament_flags`, `medical_alerts`, and `preferred_cuts` columns to the `pets` table - These columns were added to the schema in GRO-1752 but no migration was generated ## Test plan - [ ] CI passes - [ ] Migration applies cleanly to dev database - [ ] Verify `GET /api/pets/:id` returns the 4 new fields - [ ] Verify `PATCH /api/pets/:id` with new fields persists correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Flea Flicker added 1 commit 2026-05-28 11:39:46 +00:00
feat(db): add migration 0034 for extended pet profile columns
CI / Lint & Typecheck (pull_request) Successful in 11s
CI / Test (pull_request) Successful in 11s
CI / Build & Push Docker Images (pull_request) Successful in 50s
63ed91e5f3
GRO-1850: Adds temperament_score, temperament_flags, medical_alerts,
and preferred_cuts to the pets table.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Flea Flicker merged commit b050fb9a5f into dev 2026-05-28 11:39:52 +00:00
Sign in to join this conversation.