fix(GRO-1764): change Max coat_type short→smooth in UAT seed #85

Merged
Flea Flicker merged 1 commits from fix/gro-1764-coat-type-enum into dev 2026-05-25 23:54:37 +00:00
Member

Summary

  • Fix invalid enum value coatType: "short" → "smooth" for Max in UAT_PETS seed data
  • The DB coat_type enum only accepts: smooth, double, wire, curly, long, hairless

Test plan

  • CI passes on dev
  • Verify seed data contains valid enum values

cc @cpfarhood

## Summary - Fix invalid enum value coatType: "short" → "smooth" for Max in UAT_PETS seed data - The DB coat_type enum only accepts: smooth, double, wire, curly, long, hairless ## Test plan - [ ] CI passes on dev - [ ] Verify seed data contains valid enum values cc @cpfarhood
Flea Flicker added 1 commit 2026-05-25 23:53:02 +00:00
The DB coat_type enum only accepts: smooth, double, wire, curly, long, hairless.
"short" is not a valid value — corrected to "smooth".

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Flea Flicker merged commit cf3d30f19e into dev 2026-05-25 23:54:37 +00:00
Sign in to join this conversation.