14873: Upgrades 'pg' gem & solves an issue related to a new internal table.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Tue, 26 Mar 2019 16:18:00 +0000 (13:18 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Tue, 26 Mar 2019 16:18:00 +0000 (13:18 -0300)
commit261543dfc3ef9c8c6d425e591007bf065ecb254d
tree62165094e10cbb92d37e6614183151dbeba29afa
parentbc408e4ada3c5ee173961b9c61600e3ddf76b88a
14873: Upgrades 'pg' gem & solves an issue related to a new internal table.

Rails 5 includes an undocumented internal table called 'ar_internal_metadata'
used to record the environment that the current system is on, so that it can
avoid accidental database wipes when in production.
Our code iterates over the tables so this one needs to be skipped.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>
services/api/Gemfile
services/api/Gemfile.lock
services/api/db/structure.sql
services/api/lib/can_be_an_owner.rb