Fix sendReminderAt migration column name and register in journal.

Use camelCase sendReminderAt to match existing invoice columns; the
snake_case name caused dashboard queries to fail after deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-22 16:16:46 -04:00
parent 9e7177a869
commit 9b72afdf69
+1 -1
View File
@@ -1 +1 @@
ALTER TABLE "beenvoice_invoice" ADD COLUMN "send_reminder_at" timestamp; ALTER TABLE "beenvoice_invoice" ADD COLUMN IF NOT EXISTS "sendReminderAt" timestamp;