fix(db): register extra_large via migration 0038 (GRO-1999) #130

Merged
The Dogfather merged 1 commits from flea/gro-1999-migration-0038 into dev 2026-06-01 14:49:47 +00:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit 423d4bf72d - Show all commits
@@ -0,0 +1,4 @@
-- GRO-1999: 0037 was skipped on existing DBs due to a below-high-water-mark
-- journal timestamp. Re-register extra_large with a monotonic timestamp so
-- the existing UAT/persistent DBs apply it. Idempotent.
ALTER TYPE "pet_size_category" ADD VALUE IF NOT EXISTS 'extra_large';
@@ -260,6 +260,13 @@
"when": 1751500000000,
"tag": "0037_add_extra_large_to_pet_size_category",
"breakpoints": true
},
{
"idx": 38,
"version": "7",
"when": 1780000000000,
"tag": "0038_register_extra_large_pet_size_category",
"breakpoints": true
}
]
}