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

Commit 94076c0

Browse files
committed
fix lintings
1 parent 0615ebf commit 94076c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

db/migrate/20241020010245_add_tool_name_to_ai_tools.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
class AddToolNameToAiTools < ActiveRecord::Migration[7.1]
44
def up
55
add_column :ai_tools,
6-
:tool_name,
7-
:string,
8-
null: false,
9-
limit: 100,
10-
default: "",
11-
if_not_exists: true
6+
:tool_name,
7+
:string,
8+
null: false,
9+
limit: 100,
10+
default: "",
11+
if_not_exists: true
1212

1313
# Migrate existing name to tool_name
1414
execute <<~SQL

0 commit comments

Comments
 (0)