coder/coderd/database/migrations/000092_rich_parameters_vali...

5 lines
223 B
SQL

ALTER TABLE template_version_parameters ADD COLUMN validation_error text NOT NULL DEFAULT '';
COMMENT ON COLUMN template_version_parameters.validation_error
IS 'Validation: error displayed when the regex does not match.';