Move the population of the new columns on the collections table to a standalone
authorWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 31 May 2019 18:51:50 +0000 (14:51 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 31 May 2019 18:51:50 +0000 (14:51 -0400)
commit0d8adf9bb22e169fb47d64ca19045283ff5fafd1
tree1d92b02d1c7a4d921aa2638113a8e97d50f3d8f6
parent3a5601145a6c88b4fd7fe73df369d6cb95dcba5d
Move the population of the new columns on the collections table to a standalone
script that should be run separate from the migration. Add a note to the
upgrade documentation along those lines. Make the script not blow up on
collections with invalid manifests, but rather just skip them.

refs #15093
refs #14484

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>
doc/admin/upgrading.html.textile.liquid
services/api/db/migrate/20190322174136_add_file_info_to_collection.rb [changed mode: 0755->0644]
services/api/script/populate-file-info-columns-in-collections.rb [new file with mode: 0755]