This commit is contained in:
2026-07-26 18:19:25 -05:00
parent b0e677d298
commit 32c8ccc3ed
15 changed files with 2679 additions and 36 deletions

View File

@@ -0,0 +1,8 @@
-- BizMatch Phase 2 — module 4 follow-up
-- The value comes from scanned intake sheets where the field is frequently
-- left blank. NULL therefore has to mean "not answered" and stay distinct
-- from false, which means "explicitly no".
ALTER TABLE buyer
ALTER COLUMN interested_in_updates DROP NOT NULL,
ALTER COLUMN interested_in_updates DROP DEFAULT;