Skip to content

Commit c48c8eb

Browse files
committed
Remove commented optional fields for tracking usage/metadata in CreateMessages migration
1 parent 68b809b commit c48c8eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/guides/rails.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ class CreateMessages < ActiveRecord::Migration[7.1]
9090
t.references :chat, null: false, foreign_key: true
9191
t.string :role
9292
t.text :content
93-
# Optional fields for tracking usage/metadata
9493
t.string :model_id
9594
t.integer :input_tokens
9695
t.integer :output_tokens

0 commit comments

Comments
 (0)