From 591e19db8ddd0857a7a44f79dc32e73e63232615 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 8 Mar 2023 16:58:37 +0800 Subject: [PATCH] =?UTF-8?q?openGauss-=E7=94=A8=E6=88=B7=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ openGauss-Custom-function | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 openGauss-Custom-function diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..704accc4c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "openGauss-Custom-function"] + path = openGauss-Custom-function + url = ../openGauss-Custom-function.git diff --git a/openGauss-Custom-function b/openGauss-Custom-function new file mode 160000 index 000000000..f2a09ee9e --- /dev/null +++ b/openGauss-Custom-function @@ -0,0 +1 @@ +Subproject commit f2a09ee9e98b3c0ed1ec26da6f1c3ddacece41b1