Files
api/packages/db
Paperclip 03f1dd3bfa
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
fix(db): add missing 'short' value to coat_type enum (GRO-1953)
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
..