Add new view for report counts and invalidated status
Also drop site.version from the primary key.
This commit is contained in:
parent
9525363bc8
commit
32dcc50c94
23 changed files with 1656 additions and 623 deletions
3
db/migrations/00104_publicreport_status_invalidated.sql
Normal file
3
db/migrations/00104_publicreport_status_invalidated.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- +goose Up
|
||||
ALTER TYPE publicreport.ReportStatusType ADD VALUE 'invalidated' AFTER 'treated';
|
||||
-- +goose Down
|
||||
Loading…
Add table
Add a link
Reference in a new issue