Skip to content

Commit dacb148

Browse files
Remove unnecessary comments from create_tool_calls_migration.rb
Addresses PR feedback to remove redundant comments from the migration template. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6e68d36 commit dacb148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/generators/ruby_llm/install/templates/create_tool_calls_migration.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
class CreateToolCalls < ActiveRecord::Migration<%= migration_version %>
55
def change
66
create_table :tool_calls do |t|
7-
# No reference to message to avoid circular references
8-
# Messages will reference tool_calls, not the other way around
97
t.string :tool_call_id, null: false
108
t.string :name, null: false
119

0 commit comments

Comments
 (0)