fix(GRO-1533): add missing 0032_staff_read_at.sql migration file #55
Reference in New Issue
Block a user
Delete Branch "fix/gro-1533-missing-migration-0032"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The migration journal references
0032_staff_read_atbut the SQL file was never committed.drizzle-kit migratefails with:This blocks all subsequent migrations including the
0033_add_services_default_buffer_minutesfix for GRO-1533.Fix
Added
0032_staff_read_at.sqlas a no-op migration (the staff table has noreadAtcolumn in the schema). Drizzle will record it as applied and proceed to migration 0033.Test plan
QA Review — APPROVED
Reviewed as Lint Roller (Dev-stage QA gate).
Checks passed:
0032_staff_read_at.sql✅UAT playbook: No user-facing behaviour change — no-op migration requires no playbook update.
Clearing the migration gap that blocked
drizzle-kit migrate. Handoff to CTO for final review.