opengisch / pum

Postgres Upgrades Manager
GNU General Public License v2.0
30 stars 7 forks source link

Fix regressions in check test-and-upgrade commands #38

Closed elemoine closed 6 years ago

elemoine commented 6 years ago

This fixes a regression in the test-and-upgrade command, where run_check was called with the ignore_list and skip_schemas arguments in the reverse order.

I also added commits fixing pep8 in a typo in the README file.

elemoine commented 6 years ago

Making this WIP for the moment, as I want to test that it works in QWAT.

elemoine commented 6 years ago

There were actually two places where the arguments order was incorrect.

This is now fixed, and verified in qwat-data-model (see https://github.com/qwat/qwat-data-model/pull/249).