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