mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: rename locked to dormant (#9290)
* chore: rename locked to dormant - The following columns have been updated: - workspace.locked_at -> dormant_at - template.inactivity_ttl -> time_til_dormant - template.locked_ttl -> time_til_dormant_autodelete This change has also been reflected in the SDK. A route has also been updated from /workspaces/<id>/lock to /workspaces/<id>/dormant
This commit is contained in:
2
cli/testdata/coder_list_--output_json.golden
vendored
2
cli/testdata/coder_list_--output_json.golden
vendored
@ -52,7 +52,7 @@
|
||||
"ttl_ms": 28800000,
|
||||
"last_used_at": "[timestamp]",
|
||||
"deleting_at": null,
|
||||
"locked_at": null,
|
||||
"dormant_at": null,
|
||||
"health": {
|
||||
"healthy": true,
|
||||
"failing_agents": []
|
||||
|
Reference in New Issue
Block a user