pgAdmin 4 commit: Fixed the schema diff issue where tables have differe

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the schema diff issue where tables have differe
Date: 2022-02-11 05:06:49
Message-ID: E1nIO8v-0006Vs-6d@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the schema diff issue where tables have different column positions and a column has a default value. Fixes #7124

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76a4dee4514c167871ac063891c0260176d44376
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_6_6.rst | 21 +++++++++++++++++++++
.../databases/schemas/tables/schema_diff_utils.py | 4 +++-
3 files changed, 25 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-02-11 05:08:41 Re: [pgAdmin][RM-7124] - Schema Diff with no results
Previous Message Akshay Joshi 2022-02-11 04:46:31 Re: Bug #6991 - Suggestion to Contribute Fix