chore: add updated_at to codersdk users (#13928)

* chore: add updated_at to codersdk users
This commit is contained in:
Steven Masley
2024-07-17 17:59:42 -05:00
committed by GitHub
parent 3e1fae7d3d
commit 44924cd8d8
14 changed files with 71 additions and 2 deletions
+12
View File
@@ -10040,6 +10040,10 @@
"theme_preference": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"username": {
"type": "string"
}
@@ -10832,6 +10836,10 @@
"theme_preference": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"username": {
"type": "string"
}
@@ -11353,6 +11361,10 @@
"theme_preference": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"username": {
"type": "string"
}