mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: add dynamic parameter error if missing metadata from provisioner (#17809)
This commit is contained in:
@ -12,12 +12,14 @@ INSERT INTO
|
||||
template_version_id,
|
||||
cached_plan,
|
||||
cached_module_files,
|
||||
updated_at
|
||||
updated_at,
|
||||
provisionerd_version
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
(select id from template_versions where job_id = @job_id),
|
||||
@cached_plan,
|
||||
@cached_module_files,
|
||||
@updated_at
|
||||
@updated_at,
|
||||
@provisionerd_version
|
||||
);
|
||||
|
Reference in New Issue
Block a user