feat(clients): multi-contact support — co-buyers, auto-seed document signers from client contacts

This commit is contained in:
Chandler Copeland
2026-04-03 17:37:39 -06:00
parent 4f25a8c124
commit 81ce0b9ab0
7 changed files with 166 additions and 76 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "clients" ADD COLUMN "contacts" jsonb;