Skip to content

Commit 024233a

Browse files
committed
fixup! add back max_ttl and put restart_requirement behind feature flag
1 parent cb9428e commit 024233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/modelqueries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ func (q *sqlQuerier) GetAuthorizedTemplates(ctx context.Context, arg GetTemplate
7171
&i.ActiveVersionID,
7272
&i.Description,
7373
&i.DefaultTTL,
74-
&i.MaxTTL,
7574
&i.CreatedBy,
7675
&i.Icon,
7776
&i.UserACL,
7877
&i.GroupACL,
7978
&i.DisplayName,
8079
&i.AllowUserCancelWorkspaceJobs,
80+
&i.MaxTTL,
8181
&i.AllowUserAutostart,
8282
&i.AllowUserAutostop,
8383
&i.FailureTTL,

0 commit comments

Comments
 (0)