nidus-sync/db/migrations/00104_publicreport_status_invalidated.sql

4 lines
110 B
MySQL
Raw Normal View History

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