1928084acb
Restrict line item edits to draft invoices, auto-create drafts on clock-out, and add sendReminderAt scheduling with dashboard due reminders. Co-authored-by: Cursor <cursoragent@cursor.com>
2 lines
73 B
SQL
2 lines
73 B
SQL
ALTER TABLE "beenvoice_invoice" ADD COLUMN "send_reminder_at" timestamp;
|