FIX: Automatic embeddings index could fail if it existed in the backup schema (#441)
This commit is contained in:
@@ -37,6 +37,7 @@ module DiscourseAi
|
||||
pg_indexes
|
||||
WHERE
|
||||
indexname = :index_name
|
||||
AND schemaname = 'public'
|
||||
LIMIT 1
|
||||
SQL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user