db pgx backend

This commit is contained in:
Pay Giesselmann
2024-07-16 17:58:01 +02:00
parent 93c515098c
commit a8aa92ad9d
31 changed files with 339 additions and 104 deletions

View File

@@ -97,7 +97,7 @@ func InitDB() error {
continue
}
id, err := r.TransactionAdd(t, job)
id, err := r.TransactionAdd(t, &job)
if err != nil {
log.Errorf("repository initDB(): %v", err)
errorOccured++