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

Commit ecffc7d

Browse files
committed
fix migration name
1 parent 9572f72 commit ecffc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/post_migrate/20241008055831_drop_old_embeddings_indexes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
2-
class DropPersonaIdFromRagDocumentFragments < ActiveRecord::Migration[7.1]
2+
class DropOldEmbeddingsIndexes < ActiveRecord::Migration[7.1]
33
def up
44
execute <<~SQL
55
DROP INDEX IF EXISTS ai_topic_embeddings_1_1_search;

0 commit comments

Comments
 (0)