]> git.arvados.org - arvados.git/commit
22052: Exclude container_image from container request trigram index 22052-container-columns-excluded-fulltext
authorBrett Smith <brett.smith@curii.com>
Tue, 20 Aug 2024 20:35:33 +0000 (16:35 -0400)
committerBrett Smith <brett.smith@curii.com>
Tue, 20 Aug 2024 20:35:33 +0000 (16:35 -0400)
commit47614a97f5e3d6ccdd7d13e8c43fb9ea9dbc3a30
tree41e7dd2d14f7a3cf7daf5858fc3b0be1dd36cd72
parent5257d8193b7be0858297df253bdb5bf158fbe644
22052: Exclude container_image from container request trigram index

For the same reason we exclude portable_data_hash elsewhere.

Because the previous migration has not been part of any release, this
works by splitting out the container_request trigram index update to a
new migration. This way developers who ran the previous migration will
still get the update, and users will not run the rebuild the index twice
when they upgrade to Arvados 3.0.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
services/api/app/models/arvados_model.rb
services/api/db/migrate/20240604183200_exclude_uuids_and_hashes_from_text_search.rb
services/api/db/migrate/20240820202230_exclude_container_image_from_text_search.rb [new file with mode: 0644]
services/api/db/structure.sql
services/api/test/test_helper.rb