mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: import value from legacy variable to build parameter (#6556)
This commit is contained in:
@ -14,7 +14,8 @@ INSERT INTO
|
||||
validation_max,
|
||||
validation_error,
|
||||
validation_monotonic,
|
||||
required
|
||||
required,
|
||||
legacy_variable_name
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@ -31,7 +32,8 @@ VALUES
|
||||
$11,
|
||||
$12,
|
||||
$13,
|
||||
$14
|
||||
$14,
|
||||
$15
|
||||
) RETURNING *;
|
||||
|
||||
-- name: GetTemplateVersionParameters :many
|
||||
|
Reference in New Issue
Block a user