coder/coderd/database/migrations/000109_rich_parameter_legac...

4 lines
223 B
SQL

ALTER TABLE template_version_parameters ADD COLUMN legacy_variable_name text NOT NULL DEFAULT '';
COMMENT ON COLUMN template_version_parameters.legacy_variable_name IS 'Name of the legacy variable for migration purposes';