pgAdmin 4 commit: Fixed an issue where schema diff does not create DROP

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where schema diff does not create DROP
Date: 2021-04-26 11:11:27
Message-ID: E1laz9D-0001wS-0F@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where schema diff does not create DROP DEFAULT statement for columns. Fixes #6377

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d6f077cf839a932fac72ddd6b51eddc91962605

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
.../databases/schemas/tables/templates/columns/sql/10_plus/update.sql | 2 +-
.../databases/schemas/tables/templates/columns/sql/9.2_plus/update.sql | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2021-04-26 11:31:05 Re: [pgAdmin][RM6341] CSV download quotes numeric columns
Previous Message Akshay Joshi 2021-04-26 09:03:50 Re: [pgAdmin][patch] RM6329 [SQL] bad child table DDL