fix(db): add missing 'short' value to coat_type enum (GRO-1953) #110

Merged
Lint Roller merged 1 commits from fix/GRO-1953-coat-type-short-missing into dev 2026-05-30 04:20:02 +00:00

1 Commits

Author SHA1 Message Date
Paperclip 03f1dd3bfa fix(db): add missing 'short' value to coat_type enum (GRO-1953)
CI / Test (pull_request) Successful in 17s
CI / Lint & Typecheck (pull_request) Successful in 24s
CI / Build & Push Docker Images (pull_request) Successful in 1m6s
The seed file coatTypePool includes 'short', but migration 0031
created the coat_type enum without it. The ALTER TYPE ... ADD VALUE
statement makes the migration idempotent so it is safe to re-run.
2026-05-30 04:19:30 +00:00