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

3 lines
123 B
SQL

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