mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: add deleted_at field to workspace model (#7475)
* added impending_deletion workspace field * gen docs * update golden files * added test * PR comments
This commit is contained in:
3
cli/testdata/coder_list_--output_json.golden
vendored
3
cli/testdata/coder_list_--output_json.golden
vendored
@ -48,6 +48,7 @@
|
||||
"name": "test-workspace",
|
||||
"autostart_schedule": "CRON_TZ=US/Central 30 9 * * 1-5",
|
||||
"ttl_ms": 28800000,
|
||||
"last_used_at": "[timestamp]"
|
||||
"last_used_at": "[timestamp]",
|
||||
"deleting_at": null
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user