From 77ad0be4cea21cf6d7e18128a229374f97de4a23 Mon Sep 17 00:00:00 2001 From: Zoltan Fabian Date: Sat, 7 Sep 2024 16:17:16 +0200 Subject: [PATCH] added storage submodule --- .gitmodules | 3 +++ storage | 1 + 2 files changed, 4 insertions(+) create mode 160000 storage diff --git a/.gitmodules b/.gitmodules index 6c73a95..45690c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,3 +12,6 @@ [submodule "fetcher-rest"] path = fetcher-rest url = https://github.com/dzooli/tvtrader-fetch.git +[submodule "storage"] + path = storage + url = https://github.com/dzooli/tvtrader-store.git diff --git a/storage b/storage new file mode 160000 index 0000000..9a78d4b --- /dev/null +++ b/storage @@ -0,0 +1 @@ +Subproject commit 9a78d4b7c1f333b9b58ae8eb359983d558d9546f