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 1r3aWM-004eNA-LD for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 11:26:54 +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 1r3aVL-006M2V-Ev for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 11:25:51 +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 1r3aVL-006M2M-5g for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 11:25:51 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3aVD-005qir-U1 for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 11:25:49 +0000 Received: from github.com (hubbernetes-node-57a41e2.ash1-iad.github.net [10.56.155.42]) by smtp.github.com (Postfix) with ESMTPA id 8F421341221 for ; Thu, 16 Nov 2023 03:25:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700133942; bh=9NGnsPUEM1X5VaZvJ8sK/YBh6NYt7rAijUbmEcOTFpk=; h=Date:From:To:Subject:From; b=cSOlpc5xtVMnoANTaMGM8fYutyHz7JaIEKBtt0x4UODsxbVL2LPvgxyER3knaRwPR TsNj0IYYOGQSdNO1dq8RscpvTjVsE5cAHLklz/MBl1G1VPU9Y6KL2KjVV6myY+yXmI 1ZwK09BtnIksv3+J00eTpG8J59YU6BxPoafyZumk= Date: Thu, 16 Nov 2023 03:25:42 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c9db4a: Add DROP SQL for foreign keys in SQL generated by ... 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: c9db4a0d16f90fb91c383fa097d40f313bc0c7b1 https://github.com/pgadmin-org/pgadmin4/commit/c9db4a0d16f90fb91c383fa097d40f313bc0c7b1 Author: Aditya Toshniwal Date: 2023-11-16 (Thu, 16 Nov 2023) Changed paths: M docs/en_US/release_notes_7_9.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/utils.py M web/pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js M web/pgadmin/browser/server_groups/servers/static/js/server.js M web/pgadmin/browser/static/js/node.js M web/pgadmin/static/js/Theme/overrides/rcdock.override.js M web/pgadmin/static/js/utils.js M web/pgadmin/static/scss/_codemirror.overrides.scss M web/pgadmin/static/scss/_pgadmin.style.scss M web/pgadmin/tools/erd/__init__.py M web/pgadmin/tools/user_management/static/scss/_user_management.scss Log Message: ----------- Add DROP SQL for foreign keys in SQL generated by ERD when using WITH DROP option. #5770