Remove "test user needs createdb privilege" workaround.
authorTom Clegg <tom@clinicalfuture.com>
Thu, 7 Nov 2013 17:20:51 +0000 (09:20 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 7 Nov 2013 17:50:11 +0000 (09:50 -0800)
commit011adac64c5a501060f61fa84b9d9dbee7e72008
treeb3380f7accee25ce14ad4b1926ce84e013e01dc6
parent92640a35aadb0353e9f20dc395284117cb398927
Remove "test user needs createdb privilege" workaround.

It doesn't seem to work any more in Rails 3.2. Just accept that your
test user needs to own the test db and have the createdb privilege.

ALTER ROLE arvados_test_user CREATEDB
services/api/Rakefile