mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
6 lines
277 B
SQL
6 lines
277 B
SQL
-- Unfortunately we can't bring back deleted values.
|
|
|
|
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';
|