Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMgxi-005zj3-Hr for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 04:10:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rMgxg-001uaD-IK for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 04:10:04 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMgxg-001ua5-Ax for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 04:10:04 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMgxZ-000QH6-FP for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 04:10:01 +0000 Received: from github.com (hubbernetes-node-2a8587f.ash1-iad.github.net [10.56.149.37]) by smtp.github.com (Postfix) with ESMTPA id 3A8706006D5 for ; Sun, 7 Jan 2024 20:09:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704686996; bh=EL//Qx7XBr0ycHjIlvBp4spPXZE8pnS0rlsafpAGRiM=; h=Date:From:To:Subject:From; b=J37ChoYCUQd73DA5bh0kt9UBRlnFjU3C1OpaWwSfnRLfixM35peewEzT+Z5j8trhX pANa6lExXnhvNJMXJK22L/oww6gqA51d9ladxum20d+JaNZr1aAapBMfa+/kftyTpv 8ePZ45tRL19kStOUSjgwDpsh9T35c+blleiZTs/Y= Date: Sun, 07 Jan 2024 20:09:56 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5e710f: Fixed an issue where Schema Diff not generating di... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5e710f7ee30ad6a26f39349079b330b530aa07d1 https://github.com/pgadmin-org/pgadmin4/commit/5e710f7ee30ad6a26f39349079b330b530aa07d1 Author: Akshay Joshi Date: 2024-01-08 (Mon, 08 Jan 2024) Changed paths: M docs/en_US/release_notes_8_2.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/utils.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py Log Message: ----------- Fixed an issue where Schema Diff not generating difference for missing columns. #7104