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:
Kira Pilot
2023-05-11 08:47:53 -07:00
committed by GitHub
parent fe0e94ece9
commit ae3473dc1b
11 changed files with 149 additions and 21 deletions

View File

@ -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
}
]