mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
e33941b7c2
API only, frontend in upcoming PR.
4 lines
97 B
SQL
4 lines
97 B
SQL
ALTER TABLE "templates"
|
|
DROP COLUMN "allow_user_autostart",
|
|
DROP COLUMN "allow_user_autostop";
|