Skip to content

Commit b1bfc0c

Browse files
committed
edits before make gen
1 parent d58cd66 commit b1bfc0c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

coderd/database/sqlc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ sql:
147147
crypto_key_feature_workspace_apps_api_key: CryptoKeyFeatureWorkspaceAppsAPIKey
148148
crypto_key_feature_oidc_convert: CryptoKeyFeatureOIDCConvert
149149
stale_interval_ms: StaleIntervalMS
150+
has_ai_task: HasAITask
151+
ai_tasks_sidebar_app_id: AITasksSidebarAppID
150152
rules:
151153
- name: do-not-use-public-schema-in-queries
152154
message: "do not use public schema in queries"

enterprise/audit/table.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
135135
"created_by_name": ActionIgnore,
136136
"archived": ActionTrack,
137137
"source_example_id": ActionIgnore, // Never changes.
138+
"has_ai_task": ActionIgnore, // Never changes.
138139
},
139140
&database.User{}: {
140141
"id": ActionTrack,
@@ -193,6 +194,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
193194
"initiator_by_username": ActionIgnore,
194195
"initiator_by_name": ActionIgnore,
195196
"template_version_preset_id": ActionIgnore, // Never changes.
197+
"has_ai_task": ActionIgnore,
198+
"ai_tasks_sidebar_app_id": ActionIgnore,
196199
},
197200
&database.AuditableGroup{}: {
198201
"id": ActionTrack,

0 commit comments

Comments
 (0)