Fixed an issue where sequences are not created. Fixes #6128

refs #6084
This commit is contained in:
Rahul Shirsat
2021-01-11 17:29:08 +05:30
committed by Akshay Joshi
parent 90004119af
commit d55555c544
30 changed files with 250 additions and 82 deletions

View File

@@ -36,4 +36,5 @@ Bug fixes
| `Issue #6084 <https://redmine.postgresql.org/issues/6084>`_ - Fixed TypeError exception in schema diff when selected any identical object.
| `Issue #6096 <https://redmine.postgresql.org/issues/6096>`_ - Updated deployment documentation, refer correctly to uWSGI where Gunicorn had been referenced.
| `Issue #6121 <https://redmine.postgresql.org/issues/6121>`_ - Fixed an issue where the database list in the new connection window is not visible.
| `Issue #6128 <https://redmine.postgresql.org/issues/6128>`_ - Fixed an issue where sequences are not created.
| `Issue #6140 <https://redmine.postgresql.org/issues/6140>`_ - Ensure that verbose logs should be visible for Utility(Backup, Maintenance) jobs.