Skip to content

Commit d107319

Browse files
committed
correct migration
1 parent a64e223 commit d107319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/post_migrate/20240609232736_drop_commands_from_ai_personas.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ def down
55
end
66

77
def up
8-
Migration::ColumnDropper.execute_drop(:ai_personas, :commands)
8+
Migration::ColumnDropper.execute_drop(:ai_personas, [:commands])
99
end
1010
end

0 commit comments

Comments
 (0)