9b72afdf69
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>
2 lines
85 B
SQL
2 lines
85 B
SQL
ALTER TABLE "beenvoice_invoice" ADD COLUMN IF NOT EXISTS "sendReminderAt" timestamp;
|