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 1qbbiB-00CVi6-KO for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Aug 2023 07:03: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 1qbbiA-004fae-GR for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Aug 2023 07:03:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbbiA-004faK-8O for pgadmin-hackers@lists.postgresql.org; Thu, 31 Aug 2023 07:03:26 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbbi6-0025DS-IY for pgadmin-hackers@lists.postgresql.org; Thu, 31 Aug 2023 07:03:25 +0000 Received: from github.com (hubbernetes-node-161d82f.ash1-iad.github.net [10.56.224.66]) by smtp.github.com (Postfix) with ESMTPA id B0E5E100927 for ; Thu, 31 Aug 2023 00:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693465400; bh=CJUy2QWl1yHABznpR0MvXJJ9ab3liImPVl0ZM8s7tMw=; h=Date:From:To:Subject:From; b=VgkHNLZICbmRbOHth6KeiQB2EUvsS8EXw85wqqI04il0w4xdpirLlFvga6Rl3cD5Y vRWRlT7lYsJGQ0hIImDcT1tlgn+BHZSLC1AEjDqvsn4KBd/vQhbp/6As6B6HunxJSz 7teY2P6Wf7T/lCODzTNhYhjyQ4azWB9mbB9/5xFk= Date: Thu, 31 Aug 2023 00:03:20 -0700 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0b7eaf: Added the 'data type' column in the properties tab... 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: 0b7eafaca06b01df351447b7e813f4f81d09910f https://github.com/pgadmin-org/pgadmin4/commit/0b7eafaca06b01df351447b7e813f4f81d09910f Author: Anil Sahoo <122535205+anilsahoo20@users.noreply.github.com> Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.js Log Message: ----------- Added the 'data type' column in the properties tab of the Columns collection node. #2411