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: | [email protected] |
Views: | Whole Thread | Raw Message | 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
Modified Files
--------------
web/config.py | 4 +
web/pgadmin/settings/settings_model.py | 51 ++++++++---
web/setup.py | 147 ++++++++++++++++++++++----------
3 files changed, 144 insertions(+), 58 deletions(-)
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 |