Skip to content

Commit 0024156

Browse files
committed
fix
1 parent bbbfa92 commit 0024156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbgen/dbgen.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ func WorkspaceAgentScriptTiming(t testing.TB, db database.Store, orig database.W
258258
func WorkspaceAgentDevcontainer(t testing.TB, db database.Store, orig database.WorkspaceAgentDevcontainer) database.WorkspaceAgentDevcontainer {
259259
devcontainers, err := db.InsertWorkspaceAgentDevcontainers(genCtx, database.InsertWorkspaceAgentDevcontainersParams{
260260
WorkspaceAgentID: takeFirst(orig.WorkspaceAgentID, uuid.New()),
261+
CreatedAt: takeFirst(orig.CreatedAt, dbtime.Now()),
261262
ID: []uuid.UUID{takeFirst(orig.ID, uuid.New())},
262263
WorkspaceFolder: []string{takeFirst(orig.WorkspaceFolder, "")},
263264
ConfigPath: []string{takeFirst(orig.ConfigPath, "")},

0 commit comments

Comments
 (0)