fix(GRO-1533): add missing 0032_staff_read_at.sql migration file
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>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- no-op: journal entry exists but no schema change was needed
|
||||
Reference in New Issue
Block a user