Skip to content

Commit 07abee4

Browse files
committed
golden files
1 parent 44b2af5 commit 07abee4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cli/testdata/coder_list_--output_json.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"autostart_schedule": "CRON_TZ=US/Central 30 9 * * 1-5",
5252
"ttl_ms": 28800000,
5353
"last_used_at": "[timestamp]",
54-
"deleting_at": null
54+
"deleting_at": null,
55+
"locked_at": null
5556
}
5657
]

coderd/database/modelqueries.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ func (q *sqlQuerier) GetAuthorizedWorkspaces(ctx context.Context, arg GetWorkspa
235235
&i.AutostartSchedule,
236236
&i.Ttl,
237237
&i.LastUsedAt,
238+
&i.LockedAt,
238239
&i.Count,
239240
); err != nil {
240241
return nil, err

0 commit comments

Comments
 (0)