Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:04:18 +00:00
co-authored by renee-png
parent 000e4f74e9
commit 6b56628dd8
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,2 @@
ALTER TABLE public.custom_form_templates
ADD COLUMN IF NOT EXISTS fields jsonb NOT NULL DEFAULT '[]'::jsonb;