17152: Adds migration to fix collection versions' modified_at timestamps.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 3 Dec 2020 20:42:22 +0000 (17:42 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 3 Dec 2020 20:42:22 +0000 (17:42 -0300)
commit67ef4d23ece096e72da0ada75d4f2faa181df412
tree416a7ccd6bb4ffd3e7c6369b1ca238a523ec7d40
parent2ec206855a2e2969f83793dba2d3d649ea569bae
17152: Adds migration to fix collection versions' modified_at timestamps.

Also, with test.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
services/api/db/migrate/20201202174753_fix_collection_versions_timestamps.rb [new file with mode: 0644]
services/api/db/structure.sql
services/api/lib/fix_collection_versions_timestamps.rb [new file with mode: 0644]
services/api/test/fixtures/collections.yml
services/api/test/unit/collection_test.rb