Relate compliance report requests through leads
This commit is contained in:
parent
a28377d8f8
commit
60344e3c30
41 changed files with 4825 additions and 819 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue