New tg ID schema and initial importer #35

Merged
amigan merged 17 commits from reid into trunk 2024-11-15 13:28:05 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8569ae6d4a - Show all commits

View file

@ -37,10 +37,10 @@ coverage:
# backup backs up the database without calls
backup:
sh .bin/dumpdb.sh
sh util/dumpdb.sh
backupplain:
sh .bin/dumpdb.sh -p
sh util/dumpdb.sh -p
test:
go test -v ./...