feat: move languages to submodule;fix:storage:replace postgres query with array query when getting language

This commit is contained in:
dragonmuffin 2024-08-25 18:13:57 +05:00
parent 02a7a49ac3
commit 75acb422af
5 changed files with 16 additions and 13 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "proto"]
path = proto
url = https://git.sch9.ru/new_gate/contracts
[submodule "internal/languages"]
path = internal/languages
url = https://git.sch9.ru/new_gate/languages