coder/coderd/database/migrations/000013_autostop_ttl.down.sql

3 lines
121 B
SQL

ALTER TABLE ONLY workspaces DROP COLUMN ttl;
ALTER TABLE ONLY workspaces ADD COLUMN autostop_schedule text DEFAULT NULL;