Added files

This commit is contained in:
Holger Sielaff
2025-06-28 16:23:47 +02:00
parent 21a2714401
commit e2eeeaefcd
8 changed files with 328 additions and 0 deletions

2
utils Executable file
View File

@@ -0,0 +1,2 @@
psq="sudo -upostgres psql track -c"
$psq "select count(*) from tracks WHERE request_type = 'uplink'"