fix(coderd/database): remove column updated_at from provisioner_daemons table (#11108)

This commit is contained in:
Cian Johnston
2023-12-12 11:19:28 +00:00
committed by GitHub
parent 197cd935cf
commit b02796655e
17 changed files with 21 additions and 39 deletions

4
coderd/apidoc/docs.go generated
View File

@ -9669,10 +9669,6 @@ const docTemplate = `{
"type": "string"
}
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"version": {
"type": "string"
}