mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: import value from legacy variable to build parameter (#6556)
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE template_version_parameters DROP COLUMN legacy_variable_name;
|
@ -0,0 +1,3 @@
|
||||
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';
|
Reference in New Issue
Block a user