nidus-sync/db/migrations/00104_publicreport_status_invalidated.sql
Eli Ribble 32dcc50c94
Add new view for report counts and invalidated status
Also drop site.version from the primary key.
2026-03-12 15:27:36 +00:00

3 lines
110 B
SQL

-- +goose Up
ALTER TYPE publicreport.ReportStatusType ADD VALUE 'invalidated' AFTER 'treated';
-- +goose Down