-
Notifications
You must be signed in to change notification settings - Fork 894
feat(coderd): support ephemeral parameters #8367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 22 commits
ef50c35
de38911
3239d07
469fcc2
712519f
ec04dc5
f1f3a0a
533dde3
97df39f
4ff2705
f826d99
cc20564
35321fc
feceec3
e8cd16d
ffb7b94
85044d3
3636b70
343c87e
38eacbf
8e73da8
dffefb6
69e46ee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE template_version_parameters DROP COLUMN ephemeral; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE template_version_parameters ADD COLUMN ephemeral boolean NOT NULL DEFAULT false; | ||
|
||
COMMENT ON COLUMN template_version_parameters.ephemeral | ||
IS 'The value of an ephemeral parameter will not be preserved between consecutive workspace builds.'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.