coder/coderd/database/migrations/000006_workspace_autostarts...

4 lines
161 B
SQL

ALTER TABLE ONLY workspaces
ADD COLUMN IF NOT EXISTS autostart_schedule text DEFAULT NULL,
ADD COLUMN IF NOT EXISTS autostop_schedule text DEFAULT NULL;