mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add user quiet hours schedule and restart requirement feature flag (#8115)
This commit is contained in:
@ -19,7 +19,7 @@ func TestViewSubsetTemplate(t *testing.T) {
|
||||
joinedFields := allFields(joined)
|
||||
if !assert.Subset(t, fieldNames(joinedFields), fieldNames(tableFields), "table is not subset") {
|
||||
t.Log("Some fields were added to the Template Table without updating the 'template_with_users' view.")
|
||||
t.Log("See migration 000138_join_users_up.sql to create the view.")
|
||||
t.Log("See migration 000138_join_users.up.sql to create the view.")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user