pgAdmin 4 commit: Update the setup script and config database to handle

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update the setup script and config database to handle
Date: 2015-03-09 15:08:13
Message-ID: E1YUzHx-00069R-LQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update the setup script and config database to handle versioning.

This allows us to update the configuration database schema as needed,
and use the setup script to update it to the current version.

NOTE: Existing databases will need to be recreated once following
this commit. It doesn't seem worth handling the "upgrade from v0"
case when I'm probably the only active developer right now.

Branch
------
master

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

Modified Files
--------------
web/config.py | 4 +
web/pgadmin/settings/settings_model.py | 51 ++++++++---
web/setup.py | 147 ++++++++++++++++++++++----------
3 files changed, 144 insertions(+), 58 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Prasad 2015-03-09 22:44:00 PATCH: Treeview and arrow key navigation
Previous Message Dave Page 2015-03-09 13:14:46 pgAdmin 4 commit: Make the jQuery-contextMenu control globally availabl