Merge pull request 'fix(db): register extra_large via migration 0038 (GRO-1999)' (#130) from flea/gro-1999-migration-0038 into dev
CI / Test (push) Successful in 13s
CI / Test (pull_request) Successful in 14s
CI / Lint & Typecheck (pull_request) Successful in 15s
CI / Build & Push Docker Images (pull_request) Successful in 37s
CI / Lint & Typecheck (push) Successful in 2m23s
CI / Build & Push Docker Images (push) Successful in 32s
CI / Test (push) Successful in 13s
CI / Test (pull_request) Successful in 14s
CI / Lint & Typecheck (pull_request) Successful in 15s
CI / Build & Push Docker Images (pull_request) Successful in 37s
CI / Lint & Typecheck (push) Successful in 2m23s
CI / Build & Push Docker Images (push) Successful in 32s
This commit was merged in pull request #130.
This commit is contained in:
@@ -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