Relate compliance report requests through leads

This commit is contained in:
Eli Ribble 2026-03-05 01:22:21 +00:00
parent a28377d8f8
commit 60344e3c30
No known key found for this signature in database
41 changed files with 4825 additions and 819 deletions

View file

@ -1,14 +1,15 @@
-- +goose Up
CREATE TYPE SignalType AS ENUM (
'flyover.pool',
'plan.followup',
'publicreport.water',
'publicreport.nuisance',
'residual.exiring',
'surveillance.observation',
'trap.spike'
'flyover pool',
'plan followup',
'publicreport water',
'publicreport nuisance',
'residual exiring',
'surveillance observation',
'trap spike'
);
CREATE TYPE MosquitoSpecies AS ENUM (
'none',
'aedes aegypti',
'aedes albopictus',
'culex pipiens',