fix/GRO-1953-coat-type-short-missing
dev
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.