Compare commits
2 Commits
a9bac033fd
...
7f8a1f4bcd
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f8a1f4bcd | |||
| 423d4bf72d |
@@ -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,
|
"when": 1751500000000,
|
||||||
"tag": "0037_add_extra_large_to_pet_size_category",
|
"tag": "0037_add_extra_large_to_pet_size_category",
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idx": 38,
|
||||||
|
"version": "7",
|
||||||
|
"when": 1780000000000,
|
||||||
|
"tag": "0038_register_extra_large_pet_size_category",
|
||||||
|
"breakpoints": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user