pgAdmin 4 commit: Check for current schema version on startup and updat

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Check for current schema version on startup and updat
Date: 2015-07-22 16:57:50
Message-ID: E1ZHxL4-0006St-U1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Check for current schema version on startup and update the schema (if
required).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=86479453b3604d05680dade4d2836dfe7aa97076

Modified Files
--------------
web/pgadmin/__init__.py | 19 ++++++-
web/setup.py | 135 ++++++++++++++++++++++++-----------------------
2 files changed, 85 insertions(+), 69 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-07-22 17:15:01 pgAdmin 4 commit: Using disconnected server icon from pgAdmin III
Previous Message Ashesh Vashi 2015-07-22 09:42:33 pgAdmin 4 commit: Try to make the look and feel of the UI same as it wa