From 063d4ec470f464fe257e39e9d23a24961f6eb096 Mon Sep 17 00:00:00 2001 From: Federico Campoli Date: Thu, 14 Jan 2021 14:56:19 +0100 Subject: [PATCH] add submodules for postgresql repositories --- .gitmodules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitmodules b/.gitmodules index bb97185..b9704ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,10 @@ url = https://github.com/pharo-divulgation/pharo-fosdem-content.git path = static/stands/pharo url = https://github.com/pharo-divulgation/pharo-fosdem-static.git +[submodule "static/stands/postgresql"] +path = static/stands/postgresql +url = https://git.postgresql.org/git/fosdem2021-static.git + +[submodule "content/stands/postgresql"] +path = content/stands/postgresql +url = https://git.postgresql.org/git/fosdem2021-content.git -- 2.30.2