Thread: pgAdmin 4 commit: Make the setup process more robust against abortedex

pgAdmin 4 commit: Make the setup process more robust against abortedex

From
Dave Page
Date:
Make the setup process more robust against aborted executions. Fixes #3830

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=943fc25f60f2ab585ccc352455495045fe24e415
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_7.rst         |  3 ++-
web/migrations/versions/fdc58d9bd449_.py |  3 ++-
web/pgadmin/__init__.py                  | 12 +++++++-----
web/pgadmin/setup/__init__.py            |  2 +-
web/pgadmin/setup/db_version.py          |  5 +++++
5 files changed, 17 insertions(+), 8 deletions(-)