mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
fix: populate default created_by and add not-null constraint in templates (#2290)
This commit is contained in:
Generated
+1
-1
@@ -249,7 +249,7 @@ CREATE TABLE templates (
|
||||
description character varying(128) DEFAULT ''::character varying NOT NULL,
|
||||
max_ttl bigint DEFAULT '604800000000000'::bigint NOT NULL,
|
||||
min_autostart_interval bigint DEFAULT '3600000000000'::bigint NOT NULL,
|
||||
created_by uuid
|
||||
created_by uuid NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE users (
|
||||
|
||||
Reference in New Issue
Block a user