Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 70248cc

Browse files
authored
DEV: Update annotations for models using Core tables (#1140)
1 parent af47873 commit 70248cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/models/reviewable_ai_chat_message.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def build_action(
173173
# force_review :boolean default(FALSE), not null
174174
# reject_reason :text
175175
# potentially_illegal :boolean default(FALSE)
176+
# type_source :string default("unknown"), not null
176177
#
177178
# Indexes
178179
#

app/models/reviewable_ai_post.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def build_action(
230230
# force_review :boolean default(FALSE), not null
231231
# reject_reason :text
232232
# potentially_illegal :boolean default(FALSE)
233+
# type_source :string default("unknown"), not null
233234
#
234235
# Indexes
235236
#

0 commit comments

Comments
 (0)