Ingests Square invoices/payments, extracts event scheduling from order notes, and pushes approved entries to a CalDAV calendar after human review. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 lines
82 B
SQL
3 lines
82 B
SQL
-- AlterTable
|
|
ALTER TABLE "CalendarCandidate" ADD COLUMN "squareStatus" TEXT;
|