3 lines
110 B
SQL
3 lines
110 B
SQL
-- +goose Up
|
|
ALTER TYPE publicreport.ReportStatusType ADD VALUE 'invalidated' AFTER 'treated';
|
|
-- +goose Down
|