Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: ea3dffe78d185c3223f275fd1f650861ed82d2c2 https://github.com/pgadmin-org/pgadmin4/commit/ea3dffe78d185c3223f275fd1f650861ed82d2c2 Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths: M docs/en_US/release_notes_6_20.rst M web/migrations/versions/f656e56dfdc8_.py M web/pgadmin/__init__.py M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/model/__init__.py Log Message: ----------- 1) Fixed an issue where Query history is not getting loaded with an external database. #5781 2) Change the datatype of the value column of the setting table to text instead of a string. #5746 3) Fixed an issue where the key 'passfile' is not found. #4728