mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
23bebb40e2
This happened because two PRs with different migrations merged at the same time!
4 lines
234 B
SQL
4 lines
234 B
SQL
ALTER TABLE "templates" ADD COLUMN "max_ttl" bigint DEFAULT '0'::bigint NOT NULL;
|
|
|
|
ALTER TABLE "workspace_builds" ADD COLUMN "max_deadline" timestamp with time zone DEFAULT '0001-01-01 00:00:00+00'::timestamp with time zone NOT NULL;
|