mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
This happened because two PRs with different migrations merged at the same time!
4 lines
107 B
SQL
4 lines
107 B
SQL
ALTER TABLE "workspace_builds" DROP COLUMN "max_deadline";
|
|
|
|
ALTER TABLE "templates" DROP COLUMN "max_ttl";
|