mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
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>
6 lines
151 B
SQL
6 lines
151 B
SQL
ALTER TABLE template_version_presets
|
|
DROP COLUMN desired_instances,
|
|
DROP COLUMN invalidate_after_secs;
|
|
|
|
DROP INDEX IF EXISTS idx_unique_preset_name;
|