Files
discourse/plugins
David Taylor 6247fdc255 DEV: Resolve 'unknown OID' warnings for pgvector columns (#35393)
ActiveRecord prints these warnings when loading the db schema into its
internal cache. We don't need to do this for the AI embeddings tables,
since we don't use ActiveRecord models for them.

Reverts the system-spec-specific workaround from 446ff04e
2025-10-14 22:30:06 +01:00
..