mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
99c6f235eb
Depends on https://github.com/coder/coder/pull/16916 _(change base to `main` once it is merged)_ Closes https://github.com/coder/internal/issues/514 _This is one of several PRs to decompose the `dk/prebuilds` feature branch into separate PRs to merge into `main`._ --------- Signed-off-by: Danny Kopping <dannykopping@gmail.com> Co-authored-by: Danny Kopping <dannykopping@gmail.com> Co-authored-by: evgeniy-scherbina <evgeniy.shcherbina.es@gmail.com>
4 lines
109 B
SQL
4 lines
109 B
SQL
UPDATE template_version_presets
|
|
SET desired_instances = 1
|
|
WHERE id = '28b42cc0-c4fe-4907-a0fe-e4d20f1e9bfe';
|