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.
This commit is contained in:
@@ -246,6 +246,13 @@
|
||||
"when": 1751140800000,
|
||||
"tag": "0034_extend_pet_profile_columns",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 35,
|
||||
"version": "7",
|
||||
"when": 1751140800000,
|
||||
"tag": "0035_add_short_to_coat_type_enum",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user