From 121fa8e17b1b24a9b1b35cb4a558e37f69e51c97 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 28 Jan 2025 21:16:16 -0500 Subject: new module --- .gitmodules | 3 +++ mysql_fdw | 1 + 2 files changed, 4 insertions(+) create mode 160000 mysql_fdw diff --git a/.gitmodules b/.gitmodules index f8f72b6..20dbfaa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -469,3 +469,6 @@ [submodule "python-arrow-adbc"] path = python-arrow-adbc url = aur@aur.archlinux.org:python-arrow-adbc.git +[submodule "mysql_fdw"] + path = mysql_fdw + url = aur@aur.archlinux.org:mysql_fdw.git diff --git a/mysql_fdw b/mysql_fdw new file mode 160000 index 0000000..5dd88ea --- /dev/null +++ b/mysql_fdw @@ -0,0 +1 @@ +Subproject commit 5dd88ea1b95466ba61e646de3c455de84c754b41 -- cgit v1.2.3-70-g09d2