mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
Determine latest chosen preset using latest non-null preset selection
See https://github.com/coder/internal/issues/398 Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
@ -3489,6 +3489,7 @@ type WorkspacePrebuild struct {
|
||||
AgentID uuid.NullUUID `db:"agent_id" json:"agent_id"`
|
||||
LifecycleState NullWorkspaceAgentLifecycleState `db:"lifecycle_state" json:"lifecycle_state"`
|
||||
ReadyAt sql.NullTime `db:"ready_at" json:"ready_at"`
|
||||
CurrentPresetID uuid.NullUUID `db:"current_preset_id" json:"current_preset_id"`
|
||||
}
|
||||
|
||||
type WorkspacePrebuildBuild struct {
|
||||
|
Reference in New Issue
Block a user