fix(db): add missing 'short' value to coat_type enum (GRO-1953) #110
Reference in New Issue
Block a user
Delete Branch "fix/GRO-1953-coat-type-short-missing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
UAT reset CronJob fails with when running the seed against image .
Root cause
Migration created the enum without the value:
But the seed file () defines as:
Fix
Added — an idempotent migration that adds to the enum:
Verification