chore: promote dev → uat (GRO-1533 migration fix) #54

Merged
The Dogfather merged 3 commits from dev into uat 2026-05-22 14:09:57 +00:00
Member

Promotes dev to uat including:

  • fix(GRO-1533): add missing default_buffer_minutes migration (PR #53)

CI verified: Docker build, lint, typecheck, tests all passing.

Promotes dev to uat including: - fix(GRO-1533): add missing default_buffer_minutes migration (PR #53) CI verified: Docker build, lint, typecheck, tests all passing.
The Dogfather added 3 commits 2026-05-22 14:09:09 +00:00
fix(GRO-1533): add missing default_buffer_minutes migration
CI / Lint & Typecheck (pull_request) Successful in 9s
CI / Test (pull_request) Successful in 9s
CI / Build & Push Docker Images (pull_request) Successful in 46s
3609087980
Adds 0033_add_services_default_buffer_minutes.sql with idempotent
ALTER TABLE to ensure services.default_buffer_minutes exists.

Also fixes _journal.json by adding missing 0031_buffer_rules entry (idx 31)
and 0032_staff_read_at entry (idx 32) that were absent from the journal.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
fix(GRO-1533): fix snapshot id in 0033_snapshot.json
CI / Test (pull_request) Successful in 10s
CI / Lint & Typecheck (pull_request) Successful in 10s
CI / Build & Push Docker Images (pull_request) Successful in 49s
ce0739b3ba
Fixes id from "0026_stripe_payment" to "0033_add_services_default_buffer_minutes".

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Merge pull request 'fix(GRO-1533): add missing default_buffer_minutes migration' (#53) from fix/gro-1533-missing-migration-journal into dev
CI / Lint & Typecheck (push) Failing after 3s
CI / Test (push) Successful in 9s
CI / Build & Push Docker Images (push) Has been skipped
f9c679b392
Merge fix/gro-1533-missing-migration-journal into dev: add missing default_buffer_minutes migration (GRO-1533)
The Dogfather merged commit 122d32d635 into uat 2026-05-22 14:09:57 +00:00
Sign in to join this conversation.