Use postgres noowner during ci:migrate
During ci:migrate, script outputs errors like Error: role does not exist
.
This error is created because postgres is trying to change the owner during some of the executed commands. Error is not creating a problem during migration but it could confuse users so it should be silenced.