Make signals, not leads, from public reports.
This commit is contained in:
parent
2a207fd613
commit
908ac4faea
9 changed files with 531 additions and 102 deletions
4
db/migrations/00119_signal_from_publicreport.sql
Normal file
4
db/migrations/00119_signal_from_publicreport.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- +goose Up
|
||||
ALTER TABLE signal ADD COLUMN site_id INTEGER REFERENCES site(id);
|
||||
-- +goose Down
|
||||
ALTER TABLE signal DROP COLUMN site_id;
|
||||
Loading…
Add table
Add a link
Reference in a new issue