Add a --yes command line option to setup-web.sh to allow non-interactive use. Fixes #5610.

This commit is contained in:
Dave Page
2020-07-27 06:29:01 -04:00
parent f93cfe8c4c
commit f57558fdb2
2 changed files with 32 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ This release contains a number of bug fixes and new features since the release o
New features
************
| `Issue #5610 <https://redmine.postgresql.org/issues/5610>`_ - Add a --yes command line option to setup-web.sh to allow non-interactive use.
Housekeeping
************
@@ -20,4 +21,4 @@ Bug fixes
*********
| `Issue #4810 <https://redmine.postgresql.org/issues/4810>`_ - Fixed an issue where the user is not able to save the new row if the table is empty.
| `Issue #5646 <https://redmine.postgresql.org/issues/5646>`_ - Ensure that RLS Policy node should be searchable using search object.
| `Issue #5646 <https://redmine.postgresql.org/issues/5646>`_ - Ensure that RLS Policy node should be searchable using search object.