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

Merged
The Dogfather merged 2 commits from dev into uat 2026-05-22 14:39:42 +00:00
Member

Promotes the missing 0032_staff_read_at.sql migration file fix from dev to uat.

This unblocks the UAT migration pipeline which was causing HTTP 500 for all users.

Parent: GRO-1533
Dev PR: #55

Promotes the missing 0032_staff_read_at.sql migration file fix from dev to uat. This unblocks the UAT migration pipeline which was causing HTTP 500 for all users. Parent: GRO-1533 Dev PR: #55
The Dogfather added 2 commits 2026-05-22 14:39:33 +00:00
fix(GRO-1533): add missing 0032_staff_read_at.sql migration file
CI / Test (pull_request) Successful in 2m30s
CI / Lint & Typecheck (pull_request) Successful in 2m32s
CI / Build & Push Docker Images (pull_request) Successful in 4m6s
002e6575ba
The migration journal references 0032_staff_read_at but the SQL file
was never committed. drizzle-kit migrate fails with "No file
./migrations/0032_staff_read_at.sql found" which blocks all subsequent
migrations including the 0033 default_buffer_minutes fix.

Added as a no-op since the staff table schema has no readAt column.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Merge pull request 'fix(GRO-1533): add missing 0032_staff_read_at.sql migration file' (#55) from fix/gro-1533-missing-migration-0032 into dev
CI / Lint & Typecheck (push) Successful in 9s
CI / Test (push) Successful in 10s
CI / Build & Push Docker Images (push) Successful in 21s
9fe6e15012
fix(GRO-1533): add missing 0032_staff_read_at.sql migration file

Merged by CTO after QA approval (Review #3513).
Unblocks UAT migration pipeline.
The Dogfather merged commit 190c39f905 into uat 2026-05-22 14:39:42 +00:00
Sign in to join this conversation.