I’m trying to migrate a database and am getting
unknown OID 446656: failed to recognize type of 'embeddings'. It will be treated as String.
rake db:migrate:status
shows
...
up 20240304030429 Topic id on incoming email index
up 20240306063428 Add indexes to notifications
up 20240307231053 Add topics unread when closed to user options
And I can see \./db/migrate/20240307231053_add_topics_unread_when_closed_to_user_options.rb
in the path, so it seems that the above error is keeping the database from migrating, which is keeping me from restoring a database.
pgvector
is installed and enabled on the developmetn and test databases, which was my only guess. . .