Files
coder/coderd/database/migrations/000113_template_disable_user_scheduling.down.sql
Dean Sheather e33941b7c2 feat: allow disabling autostart and custom autostop for template (#6933)
API only, frontend in upcoming PR.
2023-04-04 12:48:35 +00:00

4 lines
97 B
SQL

ALTER TABLE "templates"
DROP COLUMN "allow_user_autostart",
DROP COLUMN "allow_user_autostop";