mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
5 lines
223 B
SQL
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.';
|