Files
tg_exporter/Makefile
2024-09-02 18:01:38 +08:00

6 lines
181 B
Makefile

.PHONY: model
model:
rm -rf ./database
jet -dsn=postgresql://postgres:xixi0202@10.1.1.3:5432/telegram_resource?sslmode=disable -path=./database
# gofumpt -w -l -extra ./database