coder/coderd/database/migrations/000110_add_startup_logs.dow...

5 lines
147 B
SQL

DROP TABLE workspace_agent_startup_logs;
ALTER TABLE ONLY workspace_agents
DROP COLUMN startup_logs_length,
DROP COLUMN startup_logs_overflowed;