code.vegaprotocol.io/vega@v0.79.0/datanode/sqlstore/migrations/0100_update_proposal_error.sql (about) 1 -- +goose Up 2 3 ALTER TYPE proposal_error ADD VALUE IF NOT EXISTS 'PROPOSAL_ERROR_INVALID_POSITION_DECIMAL_PLACES'; 4 5 -- +goose Down 6