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

Commit 80e648d

Browse files
committed
fix annotation
1 parent 27d7ddf commit 80e648d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/ai_spam_log.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AiSpamLog < ActiveRecord::Base
1616
# ai_api_audit_log_id :bigint
1717
# reviewable_id :bigint
1818
# is_spam :boolean not null
19-
# payload :text default(""), not null
19+
# payload :string(20000) default(""), not null
2020
# created_at :datetime not null
2121
# updated_at :datetime not null
2222
#

0 commit comments

Comments
 (0)