Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:23:37 +00:00
co-authored by renee-png
parent 717da1a64f
commit 791fa8923a
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,3 @@
ALTER TABLE public.collections
ADD COLUMN IF NOT EXISTS in_bankruptcy boolean NOT NULL DEFAULT false,
ADD COLUMN IF NOT EXISTS on_payment_plan boolean NOT NULL DEFAULT false;