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

Commit 822594f

Browse files
authored
Update db/migrate/20250716005855_copy_ai_image_caption_model_to_persona_default.rb
1 parent 7dee59c commit 822594f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20250716005855_copy_ai_image_caption_model_to_persona_default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def up
1111
# Extract the model ID from the setting value (e.g., "custom:1" -> "1")
1212
model_id = ai_helper_image_caption_model.split(":").last
1313

14-
persona_settings = %w[ai_helper_post_illustrator_persona ai_helper_image_caption_persona,]
14+
persona_settings = %w[ai_helper_post_illustrator_persona ai_helper_image_caption_persona]
1515
default_persona_ids = [-21, -26]
1616

1717
persona_ids_query =

0 commit comments

Comments
 (0)