Skip to content

Commit bbae453

Browse files
DEV: Add ai_posts_embeddings to ignored tables (#36629)
Silences 'unknown OID' message
1 parent 3e577b6 commit bbae453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/initializers/000-active_record.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# but the tables are likely still present in the test database.
66
ActiveRecord.schema_cache_ignored_tables.push(
77
"ai_topics_embeddings",
8+
"ai_posts_embeddings",
89
"ai_user_embeddings",
910
"ai_document_fragments_embeddings",
1011
)

0 commit comments

Comments
 (0)