Fix to testdata database

This commit is contained in:
Aditya Ujeniya
2025-09-09 18:34:10 +02:00
parent 55ca892f90
commit 9b644119ae
3 changed files with 0 additions and 37 deletions

View File

@@ -142,10 +142,6 @@ func InitDB() error {
continue
}
if jobMeta.Shared == "" {
jobMeta.Shared = "none"
}
id, err := r.TransactionAddNamed(t,
repository.NamedJobInsert, jobMeta)
if err != nil {