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>
Mon, 3 Jun 2019 20:26:47 +0000 (16:26 -0400)
commit6f17bfcae56d0f6032e1cf4087ba7c2e7b092424
tree6e4802d197a2dab99c0541fa28e7f27c6de8e3e4
parentc792e4991e1d77620d61efaa2600a93d75227f06
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]