mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: add dynamic parameter error if missing metadata from provisioner (#17809)
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE template_version_terraform_values DROP COLUMN provisionerd_version;
|
@ -0,0 +1,4 @@
|
||||
ALTER TABLE template_version_terraform_values ADD COLUMN IF NOT EXISTS provisionerd_version TEXT NOT NULL DEFAULT '';
|
||||
|
||||
COMMENT ON COLUMN template_version_terraform_values.provisionerd_version IS
|
||||
'What version of the provisioning engine was used to generate the cached plan and module files.';
|
Reference in New Issue
Block a user