Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:59:33 +00:00
co-authored by renee-png
parent 81bf50c97c
commit 5cb4fec6e5
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,4 @@
-- Attorney signatures stored on profile
ALTER TABLE public.profiles
ADD COLUMN IF NOT EXISTS signature_block text,
ADD COLUMN IF NOT EXISTS signature_image_path text;