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 1qVT1v-000HO6-Ge for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 08:34:27 +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 1qVT1t-002NyZ-Gv for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 08:34:25 +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 1qVT1t-002NyQ-8U for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 08:34:25 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVT1h-00030G-Sq for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 08:34:23 +0000 Received: from github.com (hubbernetes-node-cc57147.ac4-iad.github.net [10.52.140.35]) by smtp.github.com (Postfix) with ESMTPA id 5A6F67007E0 for ; Mon, 14 Aug 2023 01:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692002052; bh=TjNnVTEqXTNHfM7ieJavv7sz4HxZK4hQR17rVYPFkq0=; h=Date:From:To:Subject:From; b=Y344QhBlcrwY0kP8V05iBZg/jcCvuoaLffpuk32h+VNo7+uXSXO6dm1ffPBDOkYAR H7xlbcEV1UKGeRQHxCCsiofIGoo7iEs1nWMNL1IdVxMKlo0L8Qj+wmlfmKS63M76nC Wx/WBFxDavLesDTWOdbUtC0eSC4HB5T/Y2pXXZJQ= Date: Mon, 14 Aug 2023 01:34:12 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0e0eb3: Fixed the validation for source and target schema ... 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: 0e0eb3c2d5bb4c57bf3e496d26be6a2e00ab200f https://github.com/pgadmin-org/pgadmin4/commit/0e0eb3c2d5bb4c57bf3e496d26be6a2e00ab200f Author: Akshay Joshi Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx Log Message: ----------- Fixed the validation for source and target schema in schema diff tool.