nidus-sync/db/query/comms
Eli Ribble f957dc6982
Migrate contact_email and contact_phone to allow dupes
The key item here is that comms.phone and comms.email are meant to
represent a real global namespace, but comms.contact is meant to
represent an organization-specific namespace. This means the mapping,
comms.contact_phone and comms.contact_email can't key off the global
namespace. Otherwise the contact namespace would implicitly be global.
2026-05-22 15:13:03 +00:00
..
contact.go Update reporter contact on report update 2026-05-21 23:12:36 +00:00
contact_email.go Update reporter contact on report update 2026-05-21 23:12:36 +00:00
contact_phone.go Update reporter contact on report update 2026-05-21 23:12:36 +00:00
email_log.go Move internal references to new source hosting 2026-05-19 15:33:57 +00:00
phone.go Migrate contact_email and contact_phone to allow dupes 2026-05-22 15:13:03 +00:00
text_job.go Move internal references to new source hosting 2026-05-19 15:33:57 +00:00
text_log.go Return text log data on insert 2026-05-21 23:12:37 +00:00